Merge vk-gl-cts/vulkan-cts-1.2.8 into vk-gl-cts/dev/VK_KHR_dynamic_rendering

Change-Id: Ica7c90f88986488142bc7c2b3e9b892b8104b7a1
diff --git a/AndroidGen.mk b/AndroidGen.mk
index cd833b9..28d3804 100644
--- a/AndroidGen.mk
+++ b/AndroidGen.mk
@@ -209,6 +209,13 @@
 	external/vulkancts/modules/vulkan/memory_model/vktMemoryModelPadding.cpp \
 	external/vulkancts/modules/vulkan/memory_model/vktMemoryModelSharedLayout.cpp \
 	external/vulkancts/modules/vulkan/memory_model/vktMemoryModelSharedLayoutCase.cpp \
+	external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderApiTests.cpp \
+	external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderBuiltinTests.cpp \
+	external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderMiscTests.cpp \
+	external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderPropertyTests.cpp \
+	external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSmokeTests.cpp \
+	external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSyncTests.cpp \
+	external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderTests.cpp \
 	external/vulkancts/modules/vulkan/modifiers/vktModifiersTests.cpp \
 	external/vulkancts/modules/vulkan/multiview/vktMultiViewRenderPassUtil.cpp \
 	external/vulkancts/modules/vulkan/multiview/vktMultiViewRenderTests.cpp \
@@ -259,6 +266,7 @@
 	external/vulkancts/modules/vulkan/pipeline/vktPipelineReferenceRenderer.cpp \
 	external/vulkancts/modules/vulkan/pipeline/vktPipelineRenderToImageTests.cpp \
 	external/vulkancts/modules/vulkan/pipeline/vktPipelineSampleLocationsUtil.cpp \
+	external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerBorderSwizzleTests.cpp \
 	external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerTests.cpp \
 	external/vulkancts/modules/vulkan/pipeline/vktPipelineSpecConstantTests.cpp \
 	external/vulkancts/modules/vulkan/pipeline/vktPipelineSpecConstantUtil.cpp \
@@ -1250,6 +1258,7 @@
 	$(deqp_dir)/external/vulkancts/modules/vulkan/imageless_framebuffer \
 	$(deqp_dir)/external/vulkancts/modules/vulkan/memory \
 	$(deqp_dir)/external/vulkancts/modules/vulkan/memory_model \
+	$(deqp_dir)/external/vulkancts/modules/vulkan/mesh_shader \
 	$(deqp_dir)/external/vulkancts/modules/vulkan/modifiers \
 	$(deqp_dir)/external/vulkancts/modules/vulkan/multiview \
 	$(deqp_dir)/external/vulkancts/modules/vulkan \
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9eed0cd..4bfddef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,6 +66,13 @@
 	# \note ZLIB_LIBRARY and ZLIB_INCLUDE_PATH are promoted from external/zlib/CMakeLists.txt
 endif ()
 
+if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/external/renderdoc/src/renderdoc_app.h")
+	message(STATUS "Renderdoc header found, integration enabled")
+	set(DEQP_HAVE_RENDERDOC_HEADER 1)
+else ()
+	message(STATUS "Renderdoc header not found, integration will not work")
+endif ()
+
 include_directories(${ZLIB_INCLUDE_PATH})
 
 # libpng
diff --git a/android/cts/master/egl-master.txt b/android/cts/master/egl-master.txt
index 6730cac..6d31157 100644
--- a/android/cts/master/egl-master.txt
+++ b/android/cts/master/egl-master.txt
@@ -3815,11 +3815,9 @@
 dEQP-EGL.functional.wide_color.pbuffer_1010102_colorspace_p3_passthrough
 dEQP-EGL.functional.wide_color.window_8888_colorspace_default
 dEQP-EGL.functional.wide_color.window_8888_colorspace_srgb
-dEQP-EGL.functional.wide_color.window_8888_colorspace_p3
 dEQP-EGL.functional.wide_color.window_8888_colorspace_p3_passthrough
 dEQP-EGL.functional.wide_color.pbuffer_8888_colorspace_default
 dEQP-EGL.functional.wide_color.pbuffer_8888_colorspace_srgb
-dEQP-EGL.functional.wide_color.pbuffer_8888_colorspace_p3
 dEQP-EGL.functional.wide_color.pbuffer_8888_colorspace_p3_passthrough
 dEQP-EGL.functional.wide_color.window_888_colorspace_default
 dEQP-EGL.functional.wide_color.window_888_colorspace_srgb
diff --git a/android/cts/master/gles2-master-2020-03-01.txt b/android/cts/master/gles2-master-2020-03-01.txt
index 3b10c21..854618e 100644
--- a/android/cts/master/gles2-master-2020-03-01.txt
+++ b/android/cts/master/gles2-master-2020-03-01.txt
@@ -124,6 +124,7 @@
 dEQP-GLES2.functional.light_amount.12omni
 dEQP-GLES2.functional.light_amount.14omni
 dEQP-GLES2.functional.light_amount.16omni
+dEQP-GLES2.functional.multisampled_render_to_texture.readpixels
 dEQP-GLES2.functional.shaders.preprocessor.basic.correct_phases_vertex
 dEQP-GLES2.functional.shaders.preprocessor.basic.correct_phases_fragment
 dEQP-GLES2.functional.shaders.preprocessor.basic.invalid_identifier_vertex
diff --git a/android/cts/master/gles2-master-2021-03-01.txt b/android/cts/master/gles2-master-2021-03-01.txt
index 2d83140..8b1c1a1 100644
--- a/android/cts/master/gles2-master-2021-03-01.txt
+++ b/android/cts/master/gles2-master-2021-03-01.txt
@@ -1,4 +1,3 @@
-dEQP-GLES2.functional.multisampled_render_to_texture.readpixels
 dEQP-GLES2.functional.shaders.indexing.tmp_array.float_const_write_static_read_vertex
 dEQP-GLES2.functional.shaders.indexing.tmp_array.float_const_write_static_read_fragment
 dEQP-GLES2.functional.shaders.indexing.tmp_array.float_const_write_dynamic_read_vertex
@@ -31,4 +30,3 @@
 dEQP-GLES2.functional.shaders.indexing.tmp_array.vec4_const_write_static_loop_read_fragment
 dEQP-GLES2.functional.shaders.indexing.tmp_array.vec4_const_write_dynamic_loop_read_vertex
 dEQP-GLES2.functional.shaders.indexing.tmp_array.vec4_const_write_dynamic_loop_read_fragment
-dEQP-GLES2.functional.shaders.constant_expressions.invalid.precision_specifier
diff --git a/android/cts/master/gles2-master.txt b/android/cts/master/gles2-master.txt
index 710c688..a9475c9 100644
--- a/android/cts/master/gles2-master.txt
+++ b/android/cts/master/gles2-master.txt
@@ -7202,7 +7202,6 @@
 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.geometric.normalize_vec3_fragment
 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.geometric.normalize_vec4_vertex
 dEQP-GLES2.functional.shaders.constant_expressions.builtin_functions.geometric.normalize_vec4_fragment
-dEQP-GLES2.functional.shaders.constant_expressions.invalid.precision_specifier
 dEQP-GLES2.functional.shaders.random.basic_expression.vertex.0
 dEQP-GLES2.functional.shaders.random.basic_expression.vertex.1
 dEQP-GLES2.functional.shaders.random.basic_expression.vertex.2
diff --git a/android/cts/master/gles3-incremental-deqp.txt b/android/cts/master/gles3-incremental-deqp.txt
new file mode 100644
index 0000000..afffe44
--- /dev/null
+++ b/android/cts/master/gles3-incremental-deqp.txt
@@ -0,0 +1,73 @@
+dEQP-GLES3.info.vendor
+dEQP-GLES3.info.renderer
+dEQP-GLES3.info.version
+dEQP-GLES3.info.shading_language_version
+dEQP-GLES3.info.extensions
+dEQP-GLES3.info.render_target
+dEQP-GLES3.functional.prerequisite.state_reset
+dEQP-GLES3.functional.prerequisite.clear_color
+dEQP-GLES3.functional.prerequisite.read_pixels
+dEQP-GLES3.functional.implementation_limits.max_element_index
+dEQP-GLES3.functional.implementation_limits.subpixel_bits
+dEQP-GLES3.functional.color_clear.single_rgb
+dEQP-GLES3.functional.color_clear.single_rgba
+dEQP-GLES3.functional.color_clear.multiple_rgb
+dEQP-GLES3.functional.color_clear.multiple_rgba
+dEQP-GLES3.functional.shaders.swizzles.vector_swizzles.mediump_ivec3_b_fragment
+dEQP-GLES3.functional.shaders.swizzles.vector_swizzles.mediump_ivec3_rb_vertex
+dEQP-GLES3.functional.shaders.swizzles.vector_swizzles.mediump_ivec3_rb_fragment
+dEQP-GLES3.functional.shaders.swizzles.vector_swizzles.mediump_ivec3_bb_vertex
+dEQP-GLES3.functional.shaders.indexing.matrix_subscript.mat4x2_dynamic_write_static_read_fragment
+dEQP-GLES3.functional.shaders.indexing.matrix_subscript.mat4x2_dynamic_write_dynamic_read_vertex
+dEQP-GLES3.functional.shaders.indexing.matrix_subscript.mat4x2_dynamic_write_dynamic_read_fragment
+dEQP-GLES3.functional.shaders.operator.angle_and_trigonometry.tanh.highp_vec2_fragment
+dEQP-GLES3.functional.shaders.operator.angle_and_trigonometry.tanh.mediump_vec3_vertex
+dEQP-GLES3.functional.shaders.operator.angle_and_trigonometry.tanh.mediump_vec3_fragment
+dEQP-GLES3.functional.texture.format.compressed.etc1_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.etc1_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.etc1_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.etc1_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_r11_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_r11_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_r11_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_r11_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_r11_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_r11_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_r11_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_r11_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_rg11_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_rg11_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_rg11_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_rg11_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_rg11_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_rg11_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_rg11_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_rg11_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_punchthrough_alpha1_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_punchthrough_alpha1_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_punchthrough_alpha1_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_punchthrough_alpha1_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_punchthrough_alpha1_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_punchthrough_alpha1_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_punchthrough_alpha1_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_punchthrough_alpha1_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_rgba8_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_rgba8_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_rgba8_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_rgba8_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_srgb8_alpha8_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_srgb8_alpha8_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_srgb8_alpha8_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_srgb8_alpha8_cube_npot
+dEQP-GLES3.functional.rasterization.fbo.rbo_multisample_max.primitives.triangles
+dEQP-GLES3.functional.rasterization.fbo.rbo_multisample_max.primitives.lines
+dEQP-GLES3.functional.rasterization.fbo.rbo_multisample_max.primitives.lines_wide
+dEQP-GLES3.functional.rasterization.fbo.rbo_multisample_max.primitives.points
diff --git a/android/cts/master/gles3-master-2021-03-01.txt b/android/cts/master/gles3-master-2021-03-01.txt
index 5d2cdae..ae8c560 100644
--- a/android/cts/master/gles3-master-2021-03-01.txt
+++ b/android/cts/master/gles3-master-2021-03-01.txt
@@ -283,7 +283,3 @@
 dEQP-GLES3.functional.transform_feedback.random_full_array_capture.interleaved.triangles.8
 dEQP-GLES3.functional.transform_feedback.random_full_array_capture.interleaved.triangles.9
 dEQP-GLES3.functional.transform_feedback.random_full_array_capture.interleaved.triangles.10
-dEQP-GLES3.functional.flush_finish.wait
-dEQP-GLES3.functional.flush_finish.flush
-dEQP-GLES3.functional.flush_finish.finish
-dEQP-GLES3.functional.flush_finish.finish_wait
diff --git a/android/cts/master/gles3-master.txt b/android/cts/master/gles3-master.txt
index 924fe65..29adfb9 100644
--- a/android/cts/master/gles3-master.txt
+++ b/android/cts/master/gles3-master.txt
@@ -42795,10 +42795,6 @@
 dEQP-GLES3.functional.draw.random.208
 dEQP-GLES3.functional.draw.random.209
 dEQP-GLES3.functional.draw.random.210
-dEQP-GLES3.functional.flush_finish.wait
-dEQP-GLES3.functional.flush_finish.flush
-dEQP-GLES3.functional.flush_finish.finish
-dEQP-GLES3.functional.flush_finish.finish_wait
 dEQP-GLES3.functional.default_vertex_attrib.float.vertex_attrib_1f
 dEQP-GLES3.functional.default_vertex_attrib.float.vertex_attrib_2f
 dEQP-GLES3.functional.default_vertex_attrib.float.vertex_attrib_3f
diff --git a/android/cts/master/gles31-master-2021-03-01.txt b/android/cts/master/gles31-master-2021-03-01.txt
index 1ddf718..9b44464 100644
--- a/android/cts/master/gles31-master-2021-03-01.txt
+++ b/android/cts/master/gles31-master-2021-03-01.txt
@@ -1,4 +1,3 @@
-dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.48
 dEQP-GLES31.functional.texture.filtering.cube_array.formats.srg8_nearest
 dEQP-GLES31.functional.texture.filtering.cube_array.formats.srg8_linear
 dEQP-GLES31.functional.texture.filtering.cube_array.formats.srg8_nearest_mipmap_nearest
@@ -7,7 +6,6 @@
 dEQP-GLES31.functional.texture.filtering.cube_array.formats.srg8_linear_mipmap_linear
 dEQP-GLES31.functional.texture.format.sized.cube_array.srgb_rg8_pot
 dEQP-GLES31.functional.texture.format.sized.cube_array.srgb_rg8_npot
-dEQP-GLES31.functional.separate_shader.random.38
 dEQP-GLES31.functional.fbo.color.tex2d.r16
 dEQP-GLES31.functional.fbo.color.tex2d.rg16
 dEQP-GLES31.functional.fbo.color.tex2d.rgba16
diff --git a/android/cts/master/gles31-master.txt b/android/cts/master/gles31-master.txt
index 08f197e..aa0315d 100644
--- a/android/cts/master/gles31-master.txt
+++ b/android/cts/master/gles31-master.txt
@@ -10290,7 +10290,6 @@
 dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.45
 dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.46
 dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.47
-dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.48
 dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.49
 dEQP-GLES31.functional.ssbo.atomic.add.lowp_uint
 dEQP-GLES31.functional.ssbo.atomic.add.lowp_int
@@ -17697,7 +17696,6 @@
 dEQP-GLES31.functional.separate_shader.random.35
 dEQP-GLES31.functional.separate_shader.random.36
 dEQP-GLES31.functional.separate_shader.random.37
-dEQP-GLES31.functional.separate_shader.random.38
 dEQP-GLES31.functional.separate_shader.random.39
 dEQP-GLES31.functional.separate_shader.random.40
 dEQP-GLES31.functional.separate_shader.random.41
diff --git a/android/cts/master/mustpass.xml b/android/cts/master/mustpass.xml
index 37d7f64..c5b27b1 100644
--- a/android/cts/master/mustpass.xml
+++ b/android/cts/master/mustpass.xml
@@ -37,6 +37,7 @@
 		<Configuration caseListFile="gles3-rotate-reverse-landscape.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=270 --deqp-surface-type=window --deqp-watchdog=enable" name="rotate-reverse-landscape"/>
 		<Configuration caseListFile="gles3-multisample.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms4 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="multisample"/>
 		<Configuration caseListFile="gles3-565-no-depth-no-stencil.txt" commandLine="--deqp-gl-config-name=rgb565d0s0ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="565-no-depth-no-stencil"/>
+		<Configuration caseListFile="gles3-incremental-deqp.txt" commandLine="--deqp-watchdog=enable" name="incremental-deqp"/>
 	</TestPackage>
 	<TestPackage name="dEQP-GLES31">
 		<Configuration caseListFile="gles31-master.txt" commandLine="--deqp-gl-config-name=rgba8888d24s8ms0 --deqp-screen-rotation=unspecified --deqp-surface-type=window --deqp-watchdog=enable" name="master"/>
@@ -54,5 +55,6 @@
 		<Configuration caseListFile="vk-master-2019-03-01.txt" commandLine="--deqp-watchdog=enable" name="master-2019-03-01"/>
 		<Configuration caseListFile="vk-master-2020-03-01.txt" commandLine="--deqp-watchdog=enable" name="master-2020-03-01"/>
 		<Configuration caseListFile="vk-master-2021-03-01.txt" commandLine="--deqp-watchdog=enable" name="master-2021-03-01"/>
+		<Configuration caseListFile="vk-incremental-deqp.txt" commandLine="--deqp-watchdog=enable" name="incremental-deqp"/>
 	</TestPackage>
 </Mustpass>
diff --git a/android/cts/master/src/egl-test-issues.txt b/android/cts/master/src/egl-test-issues.txt
index 7ce0644..d8671ae 100644
--- a/android/cts/master/src/egl-test-issues.txt
+++ b/android/cts/master/src/egl-test-issues.txt
@@ -27,3 +27,9 @@
 # Bug: 30909609
 dEQP-EGL.functional.image.modify.tex_rgba4_renderbuffer_clear_color
 dEQP-EGL.functional.image.modify.renderbuffer_rgba4_renderbuffer_clear_color
+
+# Issue 1384: sRGB encoding of EGL_GL_COLORSPACE_DISPLAY_P3_EXT. P has
+# conflicting implementations due to test being broken in early P CTS.
+# Can be removed in Q.
+dEQP-EGL.functional.wide_color.pbuffer_8888_colorspace_p3
+dEQP-EGL.functional.wide_color.window_8888_colorspace_p3
diff --git a/android/cts/master/src/gles2-master-2020-03-01.txt b/android/cts/master/src/gles2-master-2020-03-01.txt
index 3b10c21..854618e 100644
--- a/android/cts/master/src/gles2-master-2020-03-01.txt
+++ b/android/cts/master/src/gles2-master-2020-03-01.txt
@@ -124,6 +124,7 @@
 dEQP-GLES2.functional.light_amount.12omni
 dEQP-GLES2.functional.light_amount.14omni
 dEQP-GLES2.functional.light_amount.16omni
+dEQP-GLES2.functional.multisampled_render_to_texture.readpixels
 dEQP-GLES2.functional.shaders.preprocessor.basic.correct_phases_vertex
 dEQP-GLES2.functional.shaders.preprocessor.basic.correct_phases_fragment
 dEQP-GLES2.functional.shaders.preprocessor.basic.invalid_identifier_vertex
diff --git a/android/cts/master/src/gles2-test-issues.txt b/android/cts/master/src/gles2-test-issues.txt
index 8c9ea65..709979a 100644
--- a/android/cts/master/src/gles2-test-issues.txt
+++ b/android/cts/master/src/gles2-test-issues.txt
@@ -65,3 +65,6 @@
 dEQP-GLES2.functional.texture.wrap.mirror_clamp_nearest_pot_rgba8888
 dEQP-GLES2.functional.texture.wrap.mirror_repeat_nearest_pot_rgba8888
 dEQP-GLES2.functional.texture.wrap.mirror_mirror_nearest_pot_rgba8888
+
+# Negative ES2 tests
+dEQP-GLES2.functional.shaders.constant_expressions.invalid.precision_specifier
diff --git a/android/cts/master/src/gles3-incremental-deqp.txt b/android/cts/master/src/gles3-incremental-deqp.txt
new file mode 100644
index 0000000..061730c
--- /dev/null
+++ b/android/cts/master/src/gles3-incremental-deqp.txt
@@ -0,0 +1,74 @@
+# subset of gles3 tests
+dEQP-GLES3.info.vendor
+dEQP-GLES3.info.renderer
+dEQP-GLES3.info.version
+dEQP-GLES3.info.shading_language_version
+dEQP-GLES3.info.extensions
+dEQP-GLES3.info.render_target
+dEQP-GLES3.functional.prerequisite.state_reset
+dEQP-GLES3.functional.prerequisite.clear_color
+dEQP-GLES3.functional.prerequisite.read_pixels
+dEQP-GLES3.functional.implementation_limits.max_element_index
+dEQP-GLES3.functional.implementation_limits.subpixel_bits
+dEQP-GLES3.functional.color_clear.single_rgb
+dEQP-GLES3.functional.color_clear.single_rgba
+dEQP-GLES3.functional.color_clear.multiple_rgb
+dEQP-GLES3.functional.color_clear.multiple_rgba
+dEQP-GLES3.functional.texture.format.compressed.etc1_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.etc1_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.etc1_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.etc1_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_r11_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_r11_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_r11_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_r11_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_r11_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_r11_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_r11_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_r11_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_rg11_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_rg11_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_rg11_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_rg11_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_rg11_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_rg11_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_rg11_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.eac_signed_rg11_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_punchthrough_alpha1_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_punchthrough_alpha1_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_punchthrough_alpha1_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_rgb8_punchthrough_alpha1_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_punchthrough_alpha1_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_punchthrough_alpha1_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_punchthrough_alpha1_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_srgb8_punchthrough_alpha1_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_rgba8_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_rgba8_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_rgba8_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_rgba8_cube_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_srgb8_alpha8_2d_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_srgb8_alpha8_cube_pot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_srgb8_alpha8_2d_npot
+dEQP-GLES3.functional.texture.format.compressed.etc2_eac_srgb8_alpha8_cube_npot
+dEQP-GLES3.functional.shaders.swizzles.vector_swizzles.mediump_ivec3_b_fragment
+dEQP-GLES3.functional.shaders.swizzles.vector_swizzles.mediump_ivec3_rb_vertex
+dEQP-GLES3.functional.shaders.swizzles.vector_swizzles.mediump_ivec3_rb_fragment
+dEQP-GLES3.functional.shaders.swizzles.vector_swizzles.mediump_ivec3_bb_vertex
+dEQP-GLES3.functional.shaders.indexing.matrix_subscript.mat4x2_dynamic_write_static_read_fragment
+dEQP-GLES3.functional.shaders.indexing.matrix_subscript.mat4x2_dynamic_write_dynamic_read_vertex
+dEQP-GLES3.functional.shaders.indexing.matrix_subscript.mat4x2_dynamic_write_dynamic_read_fragment
+dEQP-GLES3.functional.shaders.operator.angle_and_trigonometry.tanh.highp_vec2_fragment
+dEQP-GLES3.functional.shaders.operator.angle_and_trigonometry.tanh.mediump_vec3_vertex
+dEQP-GLES3.functional.shaders.operator.angle_and_trigonometry.tanh.mediump_vec3_fragment
+dEQP-GLES3.functional.rasterization.fbo.rbo_multisample_max.primitives.triangles
+dEQP-GLES3.functional.rasterization.fbo.rbo_multisample_max.primitives.lines
+dEQP-GLES3.functional.rasterization.fbo.rbo_multisample_max.primitives.lines_wide
+dEQP-GLES3.functional.rasterization.fbo.rbo_multisample_max.primitives.points
diff --git a/android/cts/master/src/gles3-spec-issues.txt b/android/cts/master/src/gles3-spec-issues.txt
index 2b7cf96..525eef9 100644
--- a/android/cts/master/src/gles3-spec-issues.txt
+++ b/android/cts/master/src/gles3-spec-issues.txt
@@ -510,9 +510,6 @@
 # Khronos bugs 11207, 12408, internal bug 20699693
 dEQP-GLES3.functional.shaders.arrays.invalid.empty_declaration_without_var_name_*
 
-# Khronos bug 13916, internal bug 20558284
-dEQP-GLES3.functional.flush_finish.flush_wait
-
 # Khronos bug 14284, internal bug 22461511
 dEQP-GLES3.functional.shaders.linkage.uniform.block.layout_qualifier_mismatch_3
 
diff --git a/android/cts/master/src/gles3-test-issues.txt b/android/cts/master/src/gles3-test-issues.txt
index 6f58d73..d691640 100644
--- a/android/cts/master/src/gles3-test-issues.txt
+++ b/android/cts/master/src/gles3-test-issues.txt
@@ -149,3 +149,7 @@
 
 # Bug 26651667
 dEQP-GLES3.functional.draw.draw_elements_instanced.indices.buffer.index_byte
+
+# Khronos bug 13916, internal bugs 20558284, 143459817
+dEQP-GLES3.functional.flush_finish.*
+
diff --git a/android/cts/master/src/gles31-driver-issues.txt b/android/cts/master/src/gles31-driver-issues.txt
index e69de29..634df11 100644
--- a/android/cts/master/src/gles31-driver-issues.txt
+++ b/android/cts/master/src/gles31-driver-issues.txt
@@ -0,0 +1,2 @@
+# b/130880466
+dEQP-GLES31.functional.separate_shader.random.38
diff --git a/android/cts/master/src/gles31-temp-excluded.txt b/android/cts/master/src/gles31-temp-excluded.txt
index 2974117..bf72f10 100644
--- a/android/cts/master/src/gles31-temp-excluded.txt
+++ b/android/cts/master/src/gles31-temp-excluded.txt
@@ -1 +1,2 @@
 # Tests to be temporarily skipped for Android CI, but still enforced in CTS.
+
diff --git a/android/cts/master/src/gles31-test-issues.txt b/android/cts/master/src/gles31-test-issues.txt
index f0181d4..d818b8c 100644
--- a/android/cts/master/src/gles31-test-issues.txt
+++ b/android/cts/master/src/gles31-test-issues.txt
@@ -36,3 +36,6 @@
 
 # Bug 28813504
 dEQP-GLES31.functional.ubo.random.all_per_block_buffers.41
+
+# Bug 122608943 shader generated is ridiculously large.
+dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.48
diff --git a/android/cts/master/src/vk-incremental-deqp.txt b/android/cts/master/src/vk-incremental-deqp.txt
new file mode 100644
index 0000000..fd0f838
--- /dev/null
+++ b/android/cts/master/src/vk-incremental-deqp.txt
@@ -0,0 +1,354 @@
+# subset of vulkan tests
+dEQP-VK.info.build
+dEQP-VK.info.device
+dEQP-VK.info.platform
+dEQP-VK.info.memory_limits
+dEQP-VK.info.physical_devices
+dEQP-VK.info.physical_device_groups
+dEQP-VK.info.instance_layers
+dEQP-VK.info.instance_extensions
+dEQP-VK.info.device_features
+dEQP-VK.info.device_properties
+dEQP-VK.info.device_queue_family_properties
+dEQP-VK.info.device_memory_properties
+dEQP-VK.info.device_layers
+dEQP-VK.info.device_extensions
+dEQP-VK.info.device_no_khx_extensions
+dEQP-VK.info.device_memory_budget
+dEQP-VK.info.device_mandatory_features
+dEQP-VK.info.device_group_peer_memory_features
+dEQP-VK.api.version_check.version
+dEQP-VK.api.version_check.entry_points
+dEQP-VK.api.driver_properties.driver_id_match
+dEQP-VK.api.driver_properties.name_is_not_empty
+dEQP-VK.api.driver_properties.name_zero_terminated
+dEQP-VK.api.driver_properties.info_zero_terminated
+dEQP-VK.api.smoke.create_sampler
+dEQP-VK.api.smoke.create_shader
+dEQP-VK.api.smoke.triangle
+dEQP-VK.api.smoke.triangle_ext_structs
+dEQP-VK.api.smoke.asm_triangle
+dEQP-VK.api.smoke.asm_triangle_no_opname
+dEQP-VK.api.smoke.unused_resolve_attachment
+dEQP-VK.texture.compressed.etc2_r8g8b8_unorm_block_2d_pot
+dEQP-VK.texture.compressed.eac_r11_unorm_block_2d_pot
+dEQP-VK.texture.compressed.eac_r11g11_unorm_block_2d_pot
+dEQP-VK.texture.compressed.astc_4x4_unorm_block_2d_pot
+dEQP-VK.texture.compressed.astc_5x4_unorm_block_2d_pot
+dEQP-VK.texture.compressed.astc_12x12_unorm_block_2d_pot
+dEQP-VK.texture.compressed.astc_12x12_unorm_block_2d_pot_sparse
+dEQP-VK.texture.compressed.astc_12x12_srgb_block_2d_pot
+dEQP-VK.texture.compressed.astc_12x12_srgb_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc1_rgb_unorm_block_2d_pot
+dEQP-VK.texture.compressed.bc1_rgb_unorm_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc1_rgba_srgb_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc2_unorm_block_2d_pot
+dEQP-VK.texture.compressed.bc2_unorm_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc2_srgb_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc3_unorm_block_2d_pot
+dEQP-VK.texture.compressed.bc3_srgb_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc4_unorm_block_2d_pot
+dEQP-VK.texture.compressed.bc4_unorm_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc4_snorm_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc5_unorm_block_2d_pot
+dEQP-VK.texture.compressed.bc5_snorm_block_2d_pot
+dEQP-VK.texture.compressed.bc5_snorm_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc6h_ufloat_block_2d_pot
+dEQP-VK.texture.compressed.bc6h_sfloat_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc7_unorm_block_2d_pot
+dEQP-VK.texture.compressed.bc7_unorm_block_2d_pot_sparse
+dEQP-VK.texture.compressed.etc2_r8g8b8_unorm_block_2d_npot
+dEQP-VK.texture.compressed.etc2_r8g8b8_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.etc2_r8g8b8_srgb_block_2d_npot
+dEQP-VK.texture.compressed.etc2_r8g8b8_srgb_block_2d_npot_sparse
+dEQP-VK.texture.compressed.etc2_r8g8b8a1_unorm_block_2d_npot
+dEQP-VK.texture.compressed.etc2_r8g8b8a1_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.eac_r11_unorm_block_2d_npot
+dEQP-VK.texture.compressed.eac_r11_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.eac_r11g11_unorm_block_2d_npot
+dEQP-VK.texture.compressed.eac_r11g11_snorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.astc_4x4_unorm_block_2d_npot
+dEQP-VK.texture.compressed.astc_4x4_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.astc_12x12_unorm_block_2d_npot
+dEQP-VK.texture.compressed.astc_12x12_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.astc_12x12_srgb_block_2d_npot
+dEQP-VK.texture.compressed.astc_12x12_srgb_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc1_rgb_unorm_block_2d_npot
+dEQP-VK.texture.compressed.bc1_rgb_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc1_rgba_srgb_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc2_unorm_block_2d_npot
+dEQP-VK.texture.compressed.bc2_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc3_unorm_block_2d_npot
+dEQP-VK.texture.compressed.bc3_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc3_srgb_block_2d_npot
+dEQP-VK.texture.compressed.bc3_srgb_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc4_unorm_block_2d_npot
+dEQP-VK.texture.compressed.bc5_unorm_block_2d_npot
+dEQP-VK.texture.compressed.bc5_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc5_snorm_block_2d_npot
+dEQP-VK.texture.compressed.bc6h_ufloat_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc7_unorm_block_2d_npot
+dEQP-VK.texture.compressed.bc7_unorm_block_2d_npot_sparse
+dEQP-VK.api.info.format_properties.r4g4_unorm_pack8
+dEQP-VK.api.info.format_properties.r4g4b4a4_unorm_pack16
+dEQP-VK.api.info.format_properties.b4g4r4a4_unorm_pack16
+dEQP-VK.api.info.format_properties.r5g6b5_unorm_pack16
+dEQP-VK.api.info.format_properties.g16b16g16r16_422_unorm
+dEQP-VK.api.info.format_properties.b16g16r16g16_422_unorm
+dEQP-VK.api.info.format_properties.g16_b16_r16_3plane_420_unorm
+dEQP-VK.api.info.image_format_properties.3d.linear.r64_sfloat
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_uint
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_sint
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_sfloat
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_uint
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_sint
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_sfloat
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_uint
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_sint
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_sfloat
+dEQP-VK.api.info.image_format_properties.3d.linear.b10g11r11_ufloat_pack32
+dEQP-VK.api.info.image_format_properties.3d.linear.e5b9g9r9_ufloat_pack32
+dEQP-VK.api.info.image_format_properties.3d.linear.d16_unorm
+dEQP-VK.api.info.image_format_properties.3d.linear.x8_d24_unorm_pack32
+dEQP-VK.api.info.image_format_properties.3d.linear.d32_sfloat
+dEQP-VK.api.info.image_format_properties.3d.linear.s8_uint
+dEQP-VK.api.info.image_format_properties.3d.linear.d16_unorm_s8_uint
+dEQP-VK.api.info.image_format_properties.3d.linear.d24_unorm_s8_uint
+dEQP-VK.api.info.image_format_properties.3d.linear.d32_sfloat_s8_uint
+dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgb_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgb_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgba_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgba_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc2_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc2_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc3_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc3_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc4_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc4_snorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc5_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc5_snorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc6h_ufloat_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc6h_sfloat_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc7_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc7_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a1_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a1_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a8_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a8_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11_snorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11g11_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11g11_snorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_4x4_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_4x4_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x4_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x4_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x5_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x5_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x5_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x5_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x6_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x6_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x5_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x5_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x6_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x6_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x8_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x8_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x5_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x5_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x6_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x6_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x8_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x8_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x10_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x10_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x10_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x10_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x12_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x12_srgb_block
+dEQP-VK.api.info.get_physical_device_properties2.features
+dEQP-VK.api.info.get_physical_device_properties2.properties
+dEQP-VK.api.info.get_physical_device_properties2.format_properties
+dEQP-VK.api.info.get_physical_device_properties2.queue_family_properties
+dEQP-VK.api.info.get_physical_device_properties2.memory_properties
+dEQP-VK.api.info.vulkan1p2.features
+dEQP-VK.api.info.vulkan1p2.properties
+dEQP-VK.api.info.vulkan1p2.feature_extensions_consistency
+dEQP-VK.api.info.vulkan1p2.property_extensions_consistency
+dEQP-VK.api.info.vulkan1p2.feature_bits_influence
+dEQP-VK.api.info.vulkan1p2_limits_validation.general
+dEQP-VK.api.info.vulkan1p2_limits_validation.khr_push_descriptor
+dEQP-VK.api.info.vulkan1p2_limits_validation.khr_multiview
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_discard_rectangles
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_sample_locations
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_external_memory_host
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_blend_operation_advanced
+dEQP-VK.api.info.vulkan1p2_limits_validation.khr_maintenance_3
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_conservative_rasterization
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_descriptor_indexing
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_inline_uniform_block
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_vertex_attribute_divisor
+dEQP-VK.api.info.vulkan1p2_limits_validation.nv_mesh_shader
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_transform_feedback
+dEQP-VK.api.info.vulkan1p2_limits_validation.fragment_density_map
+dEQP-VK.api.info.vulkan1p2_limits_validation.nv_ray_tracing
+dEQP-VK.api.info.vulkan1p2_limits_validation.timeline_semaphore
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_line_rasterization
+dEQP-VK.api.info.image_format_properties2.1d.optimal.r4g4_unorm_pack8
+dEQP-VK.api.info.image_format_properties2.1d.optimal.r4g4b4a4_unorm_pack16
+dEQP-VK.api.info.image_format_properties2.1d.optimal.b4g4r4a4_unorm_pack16
+dEQP-VK.api.info.image_format_properties2.1d.optimal.r5g6b5_unorm_pack16
+dEQP-VK.api.info.image_format_properties2.1d.linear.astc_5x5_unorm_block
+dEQP-VK.api.info.image_format_properties2.1d.linear.astc_5x5_srgb_block
+dEQP-VK.api.info.image_format_properties2.1d.linear.astc_6x5_unorm_block
+dEQP-VK.api.info.image_format_properties2.1d.linear.astc_6x5_srgb_block
+dEQP-VK.api.info.image_format_properties2.1d.linear.astc_6x6_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r64g64b64a64_uint
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r64g64b64a64_sint
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r64g64b64a64_sfloat
+dEQP-VK.api.info.image_format_properties2.2d.optimal.b10g11r11_ufloat_pack32
+dEQP-VK.api.info.image_format_properties2.2d.optimal.e5b9g9r9_ufloat_pack32
+dEQP-VK.api.info.image_format_properties2.2d.optimal.d16_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.x8_d24_unorm_pack32
+dEQP-VK.api.info.image_format_properties2.2d.optimal.d32_sfloat
+dEQP-VK.api.info.image_format_properties2.2d.optimal.s8_uint
+dEQP-VK.api.info.image_format_properties2.2d.optimal.d16_unorm_s8_uint
+dEQP-VK.api.info.image_format_properties2.2d.optimal.d24_unorm_s8_uint
+dEQP-VK.api.info.image_format_properties2.2d.optimal.d32_sfloat_s8_uint
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc1_rgb_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc1_rgb_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc1_rgba_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc1_rgba_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc2_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc2_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc3_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc3_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc4_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc4_snorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc5_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc5_snorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc6h_ufloat_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc6h_sfloat_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc7_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc7_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.etc2_r8g8b8_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.etc2_r8g8b8_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.etc2_r8g8b8a1_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.etc2_r8g8b8a1_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.etc2_r8g8b8a8_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.etc2_r8g8b8a8_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.eac_r11_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.eac_r11_snorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.eac_r11g11_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.eac_r11g11_snorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_4x4_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_4x4_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_5x4_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_5x4_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_5x5_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_5x5_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_6x5_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_6x5_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_6x6_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_6x6_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_8x5_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_8x5_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_8x6_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_8x6_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_8x8_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_8x8_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x5_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x5_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x6_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x6_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x8_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x8_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x10_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x10_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_12x10_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_12x10_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_12x12_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_12x12_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8b8g8r8_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.b8g8r8g8_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8_r8_3plane_420_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8r8_2plane_420_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8_r8_3plane_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8r8_2plane_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8_r8_3plane_444_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r10x6_unorm_pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r10x6g10x6_unorm_2pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r10x6g10x6b10x6a10x6_unorm_4pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6b10x6g10x6r10x6_422_unorm_4pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.b10x6g10x6r10x6g10x6_422_unorm_4pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6r10x6_2plane_420_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6r10x6_2plane_422_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r12x4_unorm_pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r12x4g12x4_unorm_2pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r12x4g12x4b12x4a12x4_unorm_4pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4b12x4g12x4r12x4_422_unorm_4pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.b12x4g12x4r12x4g12x4_422_unorm_4pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4r12x4_2plane_420_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4r12x4_2plane_422_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16b16g16r16_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.b16g16r16g16_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16_r16_3plane_420_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16r16_2plane_420_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16_r16_3plane_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16r16_2plane_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16_r16_3plane_444_unorm
+dEQP-VK.api.info.image_format_properties2.2d.linear.r4g4_unorm_pack8
+dEQP-VK.api.info.image_format_properties2.2d.linear.r4g4b4a4_unorm_pack16
+dEQP-VK.api.info.image_format_properties2.2d.linear.b4g4r4a4_unorm_pack16
+dEQP-VK.pipeline.cache.graphics_tests.vertex_stage_fragment_stage
+dEQP-VK.pipeline.cache.graphics_tests.vertex_stage_geometry_stage_fragment_stage
+dEQP-VK.pipeline.cache.graphics_tests.vertex_stage_tessellation_control_stage_tessellation_evaluation_stage_fragment_stage
+dEQP-VK.pipeline.cache.pipeline_from_get_data.vertex_stage_fragment_stage
+dEQP-VK.pipeline.cache.pipeline_from_get_data.vertex_stage_geometry_stage_fragment_stage
+dEQP-VK.pipeline.cache.pipeline_from_get_data.vertex_stage_tessellation_control_stage_tessellation_evaluation_stage_fragment_stage
+dEQP-VK.pipeline.cache.pipeline_from_incomplete_get_data.vertex_stage_fragment_stage
+dEQP-VK.pipeline.cache.pipeline_from_incomplete_get_data.vertex_stage_geometry_stage_fragment_stage
+dEQP-VK.pipeline.cache.pipeline_from_incomplete_get_data.vertex_stage_tessellation_control_stage_tessellation_evaluation_stage_fragment_stage
+dEQP-VK.pipeline.cache.compute_tests.compute_stage
+dEQP-VK.pipeline.cache.merge.vertex_stage_fragment_stage.src_empty_dst_empty
+dEQP-VK.pipeline.cache.merge.vertex_stage_fragment_stage.src_empty_empty_dst_empty
+dEQP-VK.query_pool.statistics_query.compute_shader_invocations.32bits_primary
+dEQP-VK.query_pool.statistics_query.compute_shader_invocations.32bits_secondary
+dEQP-VK.query_pool.statistics_query.compute_shader_invocations.32bits_secondary_inherited
+dEQP-VK.query_pool.statistics_query.compute_shader_invocations.64bits_primary
+dEQP-VK.query_pool.statistics_query.compute_shader_invocations.64bits_secondary
+dEQP-VK.query_pool.statistics_query.compute_shader_invocations.64bits_secondary_inherited
+dEQP-VK.memory.pipeline_barrier.host_read_host_write.8192
+dEQP-VK.memory.pipeline_barrier.host_read_host_write.65536
+dEQP-VK.memory.pipeline_barrier.host_read_host_write.1048576
+dEQP-VK.memory.pipeline_barrier.host_write_transfer_src.1024
+dEQP-VK.api.descriptor_set.descriptor_set_layout_lifetime.graphics
+dEQP-VK.api.descriptor_set.descriptor_set_layout_lifetime.compute
+dEQP-VK.api.descriptor_set.descriptor_set_layout.empty_set.normal
+dEQP-VK.api.descriptor_set.descriptor_set_layout.empty_set.push_descriptor
+dEQP-VK.api.pipeline.renderpass.destroy_pipeline_renderpass
+dEQP-VK.api.pipeline.renderpass.framebuffer_compatible_renderpass
+dEQP-VK.api.pipeline.pipeline_layout.lifetime.graphics
+dEQP-VK.api.pipeline.pipeline_layout.lifetime.compute
+dEQP-VK.api.invariance.random
+dEQP-VK.pipeline.stencil.format.s8_uint.states.fail_keep.pass_keep.dfail_keep.comp_never
+dEQP-VK.pipeline.stencil.format.s8_uint.states.fail_keep.pass_keep.dfail_keep.comp_less
+dEQP-VK.pipeline.stencil.format.s8_uint.states.fail_keep.pass_keep.dfail_keep.comp_equal
+dEQP-VK.spirv_assembly.type.vec4.u16.bitwise_and_vert
+dEQP-VK.spirv_assembly.type.vec4.u16.bitwise_and_tessc
+dEQP-VK.spirv_assembly.type.vec4.u16.bitwise_and_tesse
+dEQP-VK.spirv_assembly.type.vec4.u16.bitwise_and_geom
+dEQP-VK.spirv_assembly.type.vec4.u16.bitwise_and_frag
+dEQP-VK.spirv_assembly.type.vec4.u16.bitwise_and_comp
+dEQP-VK.glsl.derivate.dfdx.texture.basic.float_mediump
+dEQP-VK.glsl.derivate.dfdx.texture.basic.float_highp
+dEQP-VK.glsl.derivate.dfdx.texture.basic.vec2_mediump
diff --git a/android/cts/master/src/vk-master-2019-03-01.txt b/android/cts/master/src/vk-master-2019-03-01.txt
index c31ef01..a59d235 100644
--- a/android/cts/master/src/vk-master-2019-03-01.txt
+++ b/android/cts/master/src/vk-master-2019-03-01.txt
@@ -220386,7 +220386,6 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimithigh.sbolimitlow.sampledimglow.outimgtexlow.iublimithigh.uab.comp.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimithigh.sbolimitlow.sampledimglow.outimgtexlow.iublimithigh.uab.frag.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimithigh.sbolimitlow.sampledimglow.outimgtexlow.iublimithigh.uab.vert.noia.0
-dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimithigh.sbolimitlow.sampledimglow.outimgtexlow.noiub.nouab.comp.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimithigh.sbolimitlow.sampledimglow.outimgtexlow.noiub.nouab.frag.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimithigh.sbolimitlow.sampledimglow.outimgtexlow.noiub.nouab.vert.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimithigh.sbolimitlow.sampledimglow.outimgtexlow.noiub.uab.comp.noia.0
@@ -220652,7 +220651,6 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.nouab.vert.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.uab.comp.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.uab.frag.noia.0
-dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.uab.vert.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.iublimitlow.nouab.comp.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.iublimitlow.nouab.frag.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.iublimitlow.nouab.vert.noia.0
diff --git a/android/cts/master/src/vk-master-2020-03-01.txt b/android/cts/master/src/vk-master-2020-03-01.txt
index 2159e64..53c4f57 100644
--- a/android/cts/master/src/vk-master-2020-03-01.txt
+++ b/android/cts/master/src/vk-master-2020-03-01.txt
@@ -81217,7 +81217,6 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.sampledimglow.lowimgnotex.iublimitlow.nouab.rgen.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.sampledimglow.lowimgsingletex.noiub.uab.comp.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.sampledimglow.lowimgsingletex.noiub.uab.frag.noia.0
-dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.nosampledimg.lowimgsingletex.noiub.uab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.nosampledimg.lowimgsingletex.noiub.nouab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.sampledimglow.lowimgsingletex.noiub.uab.vert.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.sampledimglow.outimgtexlow.noiub.uab.rgen.noia.0
@@ -81351,11 +81350,9 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.1
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.2
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.3
-dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.4
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.5
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.6
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.7
-dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.8
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.9
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.iublimithigh.nouab.frag.ialimithigh.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.iublimithigh.nouab.rgen.noia.0
@@ -81441,10 +81438,8 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.iublimitlow.nouab.frag.ialimithigh.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.iublimitlow.nouab.rgen.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.uab.comp.noia.0
-dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.uab.frag.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.storageimghigh.noiub.uab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.lowimgnotex.noiub.uab.frag.ialimithigh.0
-dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.uab.vert.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.outimgtexlow.noiub.uab.rgen.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.storageimghigh.iublimithigh.nouab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.lowimgnotex.iublimithigh.nouab.frag.ialimithigh.0
@@ -81455,7 +81450,6 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.lowimgnotex.iublimitlow.uab.frag.ialimithigh.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.iublimitlow.uab.vert.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.outimgtexlow.iublimitlow.uab.rgen.noia.0
-dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.storageimghigh.noiub.nouab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.lowimgnotex.noiub.nouab.frag.ialimithigh.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.outimgtexlow.noiub.nouab.rgen.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.iublimithigh.uab.comp.noia.0
diff --git a/android/cts/master/src/vk-temp-excluded.txt b/android/cts/master/src/vk-temp-excluded.txt
index 2974117..bf72f10 100644
--- a/android/cts/master/src/vk-temp-excluded.txt
+++ b/android/cts/master/src/vk-temp-excluded.txt
@@ -1 +1,2 @@
 # Tests to be temporarily skipped for Android CI, but still enforced in CTS.
+
diff --git a/android/cts/master/src/vk-test-issues.txt b/android/cts/master/src/vk-test-issues.txt
index e5f64e7..6ea8c91 100644
--- a/android/cts/master/src/vk-test-issues.txt
+++ b/android/cts/master/src/vk-test-issues.txt
@@ -10,3 +10,6 @@
 
 # b/135200048: Compile time is unreasonable on low-end parts, revisit for R
 dEQP-VK.ssbo.layout.random.scalar.75
+
+# b/156595708: Randomly generated shader is unusually large compared to the others.
+dEQP-VK.ssbo.phys.layout.random.16bit.scalar.13
diff --git a/android/cts/master/src/vk-waivers.txt b/android/cts/master/src/vk-waivers.txt
index 7c6d02b..ccdc718 100644
--- a/android/cts/master/src/vk-waivers.txt
+++ b/android/cts/master/src/vk-waivers.txt
@@ -67,3 +67,42 @@
 # accesses at device scope.
 #
 dEQP-VK.memory_model.*core11*.device.*
+
+#
+# VK-GL-CTS CL: 6171
+# VK-GL-CTS issue: 229
+# VK-GL-CTS issue: 2418
+# VK-GL-CTS issue: 2189
+#
+# IMG Rogue SNORM Waiver.
+#
+dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.normalized_coords.centered
+dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.normalized_coords.edge_left
+dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.normalized_coords.edge_right
+dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.unnormalized_coords.centered
+dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.unnormalized_coords.edge_left
+dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.unnormalized_coords.edge_right
+dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.normalized_coords.centered
+dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.normalized_coords.edge_left
+dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.normalized_coords.edge_right
+dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.unnormalized_coords.centered
+dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.unnormalized_coords.edge_left
+dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.unnormalized_coords.edge_right
+dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.normalized_coords.centered
+dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.normalized_coords.edge_left
+dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.normalized_coords.edge_right
+dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.unnormalized_coords.centered
+dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.unnormalized_coords.edge_left
+dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.unnormalized_coords.edge_right
+dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.normalized_coords.centered
+dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.normalized_coords.edge_left
+dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.normalized_coords.edge_right
+dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.unnormalized_coords.centered
+dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.unnormalized_coords.edge_left
+dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.unnormalized_coords.edge_right
+dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.normalized_coords.centered
+dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.normalized_coords.edge_left
+dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.normalized_coords.edge_right
+dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.unnormalized_coords.centered
+dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.unnormalized_coords.edge_left
+dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.unnormalized_coords.edge_right
diff --git a/android/cts/master/vk-incremental-deqp.txt b/android/cts/master/vk-incremental-deqp.txt
new file mode 100644
index 0000000..64203d3
--- /dev/null
+++ b/android/cts/master/vk-incremental-deqp.txt
@@ -0,0 +1,8 @@
+vk-incremental-deqp/api.txt
+vk-incremental-deqp/glsl.txt
+vk-incremental-deqp/info.txt
+vk-incremental-deqp/memory.txt
+vk-incremental-deqp/pipeline.txt
+vk-incremental-deqp/query-pool.txt
+vk-incremental-deqp/spirv-assembly.txt
+vk-incremental-deqp/texture.txt
diff --git a/android/cts/master/vk-incremental-deqp/api.txt b/android/cts/master/vk-incremental-deqp/api.txt
new file mode 100644
index 0000000..6ee42d2
--- /dev/null
+++ b/android/cts/master/vk-incremental-deqp/api.txt
@@ -0,0 +1,242 @@
+dEQP-VK.api.version_check.version
+dEQP-VK.api.version_check.entry_points
+dEQP-VK.api.driver_properties.driver_id_match
+dEQP-VK.api.driver_properties.name_is_not_empty
+dEQP-VK.api.driver_properties.name_zero_terminated
+dEQP-VK.api.driver_properties.info_zero_terminated
+dEQP-VK.api.smoke.create_sampler
+dEQP-VK.api.smoke.create_shader
+dEQP-VK.api.smoke.triangle
+dEQP-VK.api.smoke.triangle_ext_structs
+dEQP-VK.api.smoke.asm_triangle
+dEQP-VK.api.smoke.asm_triangle_no_opname
+dEQP-VK.api.smoke.unused_resolve_attachment
+dEQP-VK.api.info.format_properties.r4g4_unorm_pack8
+dEQP-VK.api.info.format_properties.r4g4b4a4_unorm_pack16
+dEQP-VK.api.info.format_properties.b4g4r4a4_unorm_pack16
+dEQP-VK.api.info.format_properties.r5g6b5_unorm_pack16
+dEQP-VK.api.info.format_properties.g16b16g16r16_422_unorm
+dEQP-VK.api.info.format_properties.b16g16r16g16_422_unorm
+dEQP-VK.api.info.format_properties.g16_b16_r16_3plane_420_unorm
+dEQP-VK.api.info.image_format_properties.3d.linear.r64_sfloat
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_uint
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_sint
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_sfloat
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_uint
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_sint
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_sfloat
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_uint
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_sint
+dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_sfloat
+dEQP-VK.api.info.image_format_properties.3d.linear.b10g11r11_ufloat_pack32
+dEQP-VK.api.info.image_format_properties.3d.linear.e5b9g9r9_ufloat_pack32
+dEQP-VK.api.info.image_format_properties.3d.linear.d16_unorm
+dEQP-VK.api.info.image_format_properties.3d.linear.x8_d24_unorm_pack32
+dEQP-VK.api.info.image_format_properties.3d.linear.d32_sfloat
+dEQP-VK.api.info.image_format_properties.3d.linear.s8_uint
+dEQP-VK.api.info.image_format_properties.3d.linear.d16_unorm_s8_uint
+dEQP-VK.api.info.image_format_properties.3d.linear.d24_unorm_s8_uint
+dEQP-VK.api.info.image_format_properties.3d.linear.d32_sfloat_s8_uint
+dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgb_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgb_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgba_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgba_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc2_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc2_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc3_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc3_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc4_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc4_snorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc5_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc5_snorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc6h_ufloat_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc6h_sfloat_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc7_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.bc7_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a1_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a1_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a8_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a8_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11_snorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11g11_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11g11_snorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_4x4_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_4x4_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x4_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x4_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x5_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x5_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x5_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x5_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x6_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x6_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x5_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x5_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x6_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x6_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x8_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x8_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x5_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x5_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x6_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x6_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x8_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x8_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x10_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x10_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x10_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x10_srgb_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x12_unorm_block
+dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x12_srgb_block
+dEQP-VK.api.info.get_physical_device_properties2.features
+dEQP-VK.api.info.get_physical_device_properties2.properties
+dEQP-VK.api.info.get_physical_device_properties2.format_properties
+dEQP-VK.api.info.get_physical_device_properties2.queue_family_properties
+dEQP-VK.api.info.get_physical_device_properties2.memory_properties
+dEQP-VK.api.info.vulkan1p2.features
+dEQP-VK.api.info.vulkan1p2.properties
+dEQP-VK.api.info.vulkan1p2.feature_extensions_consistency
+dEQP-VK.api.info.vulkan1p2.property_extensions_consistency
+dEQP-VK.api.info.vulkan1p2.feature_bits_influence
+dEQP-VK.api.info.vulkan1p2_limits_validation.general
+dEQP-VK.api.info.vulkan1p2_limits_validation.khr_push_descriptor
+dEQP-VK.api.info.vulkan1p2_limits_validation.khr_multiview
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_discard_rectangles
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_sample_locations
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_external_memory_host
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_blend_operation_advanced
+dEQP-VK.api.info.vulkan1p2_limits_validation.khr_maintenance_3
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_conservative_rasterization
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_descriptor_indexing
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_inline_uniform_block
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_vertex_attribute_divisor
+dEQP-VK.api.info.vulkan1p2_limits_validation.nv_mesh_shader
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_transform_feedback
+dEQP-VK.api.info.vulkan1p2_limits_validation.fragment_density_map
+dEQP-VK.api.info.vulkan1p2_limits_validation.nv_ray_tracing
+dEQP-VK.api.info.vulkan1p2_limits_validation.timeline_semaphore
+dEQP-VK.api.info.vulkan1p2_limits_validation.ext_line_rasterization
+dEQP-VK.api.info.image_format_properties2.1d.optimal.r4g4_unorm_pack8
+dEQP-VK.api.info.image_format_properties2.1d.optimal.r4g4b4a4_unorm_pack16
+dEQP-VK.api.info.image_format_properties2.1d.optimal.b4g4r4a4_unorm_pack16
+dEQP-VK.api.info.image_format_properties2.1d.optimal.r5g6b5_unorm_pack16
+dEQP-VK.api.info.image_format_properties2.1d.linear.astc_5x5_unorm_block
+dEQP-VK.api.info.image_format_properties2.1d.linear.astc_5x5_srgb_block
+dEQP-VK.api.info.image_format_properties2.1d.linear.astc_6x5_unorm_block
+dEQP-VK.api.info.image_format_properties2.1d.linear.astc_6x5_srgb_block
+dEQP-VK.api.info.image_format_properties2.1d.linear.astc_6x6_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r64g64b64a64_uint
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r64g64b64a64_sint
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r64g64b64a64_sfloat
+dEQP-VK.api.info.image_format_properties2.2d.optimal.b10g11r11_ufloat_pack32
+dEQP-VK.api.info.image_format_properties2.2d.optimal.e5b9g9r9_ufloat_pack32
+dEQP-VK.api.info.image_format_properties2.2d.optimal.d16_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.x8_d24_unorm_pack32
+dEQP-VK.api.info.image_format_properties2.2d.optimal.d32_sfloat
+dEQP-VK.api.info.image_format_properties2.2d.optimal.s8_uint
+dEQP-VK.api.info.image_format_properties2.2d.optimal.d16_unorm_s8_uint
+dEQP-VK.api.info.image_format_properties2.2d.optimal.d24_unorm_s8_uint
+dEQP-VK.api.info.image_format_properties2.2d.optimal.d32_sfloat_s8_uint
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc1_rgb_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc1_rgb_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc1_rgba_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc1_rgba_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc2_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc2_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc3_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc3_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc4_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc4_snorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc5_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc5_snorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc6h_ufloat_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc6h_sfloat_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc7_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.bc7_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.etc2_r8g8b8_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.etc2_r8g8b8_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.etc2_r8g8b8a1_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.etc2_r8g8b8a1_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.etc2_r8g8b8a8_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.etc2_r8g8b8a8_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.eac_r11_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.eac_r11_snorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.eac_r11g11_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.eac_r11g11_snorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_4x4_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_4x4_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_5x4_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_5x4_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_5x5_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_5x5_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_6x5_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_6x5_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_6x6_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_6x6_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_8x5_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_8x5_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_8x6_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_8x6_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_8x8_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_8x8_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x5_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x5_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x6_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x6_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x8_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x8_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x10_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_10x10_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_12x10_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_12x10_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_12x12_unorm_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.astc_12x12_srgb_block
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8b8g8r8_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.b8g8r8g8_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8_r8_3plane_420_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8r8_2plane_420_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8_r8_3plane_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8r8_2plane_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g8_b8_r8_3plane_444_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r10x6_unorm_pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r10x6g10x6_unorm_2pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r10x6g10x6b10x6a10x6_unorm_4pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6b10x6g10x6r10x6_422_unorm_4pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.b10x6g10x6r10x6g10x6_422_unorm_4pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6r10x6_2plane_420_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6r10x6_2plane_422_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r12x4_unorm_pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r12x4g12x4_unorm_2pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.r12x4g12x4b12x4a12x4_unorm_4pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4b12x4g12x4r12x4_422_unorm_4pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.b12x4g12x4r12x4g12x4_422_unorm_4pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4_r12x4_3plane_420_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4r12x4_2plane_420_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4_r12x4_3plane_422_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4r12x4_2plane_422_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g12x4_b12x4_r12x4_3plane_444_unorm_3pack16
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16b16g16r16_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.b16g16r16g16_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16_r16_3plane_420_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16r16_2plane_420_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16_r16_3plane_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16r16_2plane_422_unorm
+dEQP-VK.api.info.image_format_properties2.2d.optimal.g16_b16_r16_3plane_444_unorm
+dEQP-VK.api.info.image_format_properties2.2d.linear.r4g4_unorm_pack8
+dEQP-VK.api.info.image_format_properties2.2d.linear.r4g4b4a4_unorm_pack16
+dEQP-VK.api.info.image_format_properties2.2d.linear.b4g4r4a4_unorm_pack16
+dEQP-VK.api.descriptor_set.descriptor_set_layout_lifetime.graphics
+dEQP-VK.api.descriptor_set.descriptor_set_layout_lifetime.compute
+dEQP-VK.api.descriptor_set.descriptor_set_layout.empty_set.normal
+dEQP-VK.api.descriptor_set.descriptor_set_layout.empty_set.push_descriptor
+dEQP-VK.api.pipeline.renderpass.destroy_pipeline_renderpass
+dEQP-VK.api.pipeline.renderpass.framebuffer_compatible_renderpass
+dEQP-VK.api.pipeline.pipeline_layout.lifetime.graphics
+dEQP-VK.api.pipeline.pipeline_layout.lifetime.compute
+dEQP-VK.api.invariance.random
diff --git a/android/cts/master/vk-incremental-deqp/glsl.txt b/android/cts/master/vk-incremental-deqp/glsl.txt
new file mode 100644
index 0000000..cb613e9
--- /dev/null
+++ b/android/cts/master/vk-incremental-deqp/glsl.txt
@@ -0,0 +1,3 @@
+dEQP-VK.glsl.derivate.dfdx.texture.basic.float_mediump
+dEQP-VK.glsl.derivate.dfdx.texture.basic.float_highp
+dEQP-VK.glsl.derivate.dfdx.texture.basic.vec2_mediump
diff --git a/android/cts/master/vk-incremental-deqp/info.txt b/android/cts/master/vk-incremental-deqp/info.txt
new file mode 100644
index 0000000..8161969
--- /dev/null
+++ b/android/cts/master/vk-incremental-deqp/info.txt
@@ -0,0 +1,18 @@
+dEQP-VK.info.build
+dEQP-VK.info.device
+dEQP-VK.info.platform
+dEQP-VK.info.memory_limits
+dEQP-VK.info.physical_devices
+dEQP-VK.info.physical_device_groups
+dEQP-VK.info.instance_layers
+dEQP-VK.info.instance_extensions
+dEQP-VK.info.device_features
+dEQP-VK.info.device_properties
+dEQP-VK.info.device_queue_family_properties
+dEQP-VK.info.device_memory_properties
+dEQP-VK.info.device_layers
+dEQP-VK.info.device_extensions
+dEQP-VK.info.device_no_khx_extensions
+dEQP-VK.info.device_memory_budget
+dEQP-VK.info.device_mandatory_features
+dEQP-VK.info.device_group_peer_memory_features
diff --git a/android/cts/master/vk-incremental-deqp/memory.txt b/android/cts/master/vk-incremental-deqp/memory.txt
new file mode 100644
index 0000000..a428b5a
--- /dev/null
+++ b/android/cts/master/vk-incremental-deqp/memory.txt
@@ -0,0 +1,4 @@
+dEQP-VK.memory.pipeline_barrier.host_read_host_write.8192
+dEQP-VK.memory.pipeline_barrier.host_read_host_write.65536
+dEQP-VK.memory.pipeline_barrier.host_read_host_write.1048576
+dEQP-VK.memory.pipeline_barrier.host_write_transfer_src.1024
diff --git a/android/cts/master/vk-incremental-deqp/pipeline.txt b/android/cts/master/vk-incremental-deqp/pipeline.txt
new file mode 100644
index 0000000..2561622
--- /dev/null
+++ b/android/cts/master/vk-incremental-deqp/pipeline.txt
@@ -0,0 +1,15 @@
+dEQP-VK.pipeline.stencil.format.s8_uint.states.fail_keep.pass_keep.dfail_keep.comp_never
+dEQP-VK.pipeline.stencil.format.s8_uint.states.fail_keep.pass_keep.dfail_keep.comp_less
+dEQP-VK.pipeline.stencil.format.s8_uint.states.fail_keep.pass_keep.dfail_keep.comp_equal
+dEQP-VK.pipeline.cache.graphics_tests.vertex_stage_fragment_stage
+dEQP-VK.pipeline.cache.graphics_tests.vertex_stage_geometry_stage_fragment_stage
+dEQP-VK.pipeline.cache.graphics_tests.vertex_stage_tessellation_control_stage_tessellation_evaluation_stage_fragment_stage
+dEQP-VK.pipeline.cache.pipeline_from_get_data.vertex_stage_fragment_stage
+dEQP-VK.pipeline.cache.pipeline_from_get_data.vertex_stage_geometry_stage_fragment_stage
+dEQP-VK.pipeline.cache.pipeline_from_get_data.vertex_stage_tessellation_control_stage_tessellation_evaluation_stage_fragment_stage
+dEQP-VK.pipeline.cache.pipeline_from_incomplete_get_data.vertex_stage_fragment_stage
+dEQP-VK.pipeline.cache.pipeline_from_incomplete_get_data.vertex_stage_geometry_stage_fragment_stage
+dEQP-VK.pipeline.cache.pipeline_from_incomplete_get_data.vertex_stage_tessellation_control_stage_tessellation_evaluation_stage_fragment_stage
+dEQP-VK.pipeline.cache.compute_tests.compute_stage
+dEQP-VK.pipeline.cache.merge.vertex_stage_fragment_stage.src_empty_dst_empty
+dEQP-VK.pipeline.cache.merge.vertex_stage_fragment_stage.src_empty_empty_dst_empty
diff --git a/android/cts/master/vk-incremental-deqp/query-pool.txt b/android/cts/master/vk-incremental-deqp/query-pool.txt
new file mode 100644
index 0000000..a2f3889
--- /dev/null
+++ b/android/cts/master/vk-incremental-deqp/query-pool.txt
@@ -0,0 +1,6 @@
+dEQP-VK.query_pool.statistics_query.compute_shader_invocations.32bits_primary
+dEQP-VK.query_pool.statistics_query.compute_shader_invocations.32bits_secondary
+dEQP-VK.query_pool.statistics_query.compute_shader_invocations.32bits_secondary_inherited
+dEQP-VK.query_pool.statistics_query.compute_shader_invocations.64bits_primary
+dEQP-VK.query_pool.statistics_query.compute_shader_invocations.64bits_secondary
+dEQP-VK.query_pool.statistics_query.compute_shader_invocations.64bits_secondary_inherited
diff --git a/android/cts/master/vk-incremental-deqp/spirv-assembly.txt b/android/cts/master/vk-incremental-deqp/spirv-assembly.txt
new file mode 100644
index 0000000..ad043e1
--- /dev/null
+++ b/android/cts/master/vk-incremental-deqp/spirv-assembly.txt
@@ -0,0 +1,6 @@
+dEQP-VK.spirv_assembly.type.vec4.u16.bitwise_and_vert
+dEQP-VK.spirv_assembly.type.vec4.u16.bitwise_and_tessc
+dEQP-VK.spirv_assembly.type.vec4.u16.bitwise_and_tesse
+dEQP-VK.spirv_assembly.type.vec4.u16.bitwise_and_geom
+dEQP-VK.spirv_assembly.type.vec4.u16.bitwise_and_frag
+dEQP-VK.spirv_assembly.type.vec4.u16.bitwise_and_comp
diff --git a/android/cts/master/vk-incremental-deqp/texture.txt b/android/cts/master/vk-incremental-deqp/texture.txt
new file mode 100644
index 0000000..941de96
--- /dev/null
+++ b/android/cts/master/vk-incremental-deqp/texture.txt
@@ -0,0 +1,59 @@
+dEQP-VK.texture.compressed.etc2_r8g8b8_unorm_block_2d_pot
+dEQP-VK.texture.compressed.eac_r11_unorm_block_2d_pot
+dEQP-VK.texture.compressed.eac_r11g11_unorm_block_2d_pot
+dEQP-VK.texture.compressed.astc_4x4_unorm_block_2d_pot
+dEQP-VK.texture.compressed.astc_5x4_unorm_block_2d_pot
+dEQP-VK.texture.compressed.astc_12x12_unorm_block_2d_pot
+dEQP-VK.texture.compressed.astc_12x12_unorm_block_2d_pot_sparse
+dEQP-VK.texture.compressed.astc_12x12_srgb_block_2d_pot
+dEQP-VK.texture.compressed.astc_12x12_srgb_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc1_rgb_unorm_block_2d_pot
+dEQP-VK.texture.compressed.bc1_rgb_unorm_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc1_rgba_srgb_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc2_unorm_block_2d_pot
+dEQP-VK.texture.compressed.bc2_unorm_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc2_srgb_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc3_unorm_block_2d_pot
+dEQP-VK.texture.compressed.bc3_srgb_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc4_unorm_block_2d_pot
+dEQP-VK.texture.compressed.bc4_unorm_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc4_snorm_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc5_unorm_block_2d_pot
+dEQP-VK.texture.compressed.bc5_snorm_block_2d_pot
+dEQP-VK.texture.compressed.bc5_snorm_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc6h_ufloat_block_2d_pot
+dEQP-VK.texture.compressed.bc6h_sfloat_block_2d_pot_sparse
+dEQP-VK.texture.compressed.bc7_unorm_block_2d_pot
+dEQP-VK.texture.compressed.bc7_unorm_block_2d_pot_sparse
+dEQP-VK.texture.compressed.etc2_r8g8b8_unorm_block_2d_npot
+dEQP-VK.texture.compressed.etc2_r8g8b8_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.etc2_r8g8b8_srgb_block_2d_npot
+dEQP-VK.texture.compressed.etc2_r8g8b8_srgb_block_2d_npot_sparse
+dEQP-VK.texture.compressed.etc2_r8g8b8a1_unorm_block_2d_npot
+dEQP-VK.texture.compressed.etc2_r8g8b8a1_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.eac_r11_unorm_block_2d_npot
+dEQP-VK.texture.compressed.eac_r11_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.eac_r11g11_unorm_block_2d_npot
+dEQP-VK.texture.compressed.eac_r11g11_snorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.astc_4x4_unorm_block_2d_npot
+dEQP-VK.texture.compressed.astc_4x4_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.astc_12x12_unorm_block_2d_npot
+dEQP-VK.texture.compressed.astc_12x12_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.astc_12x12_srgb_block_2d_npot
+dEQP-VK.texture.compressed.astc_12x12_srgb_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc1_rgb_unorm_block_2d_npot
+dEQP-VK.texture.compressed.bc1_rgb_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc1_rgba_srgb_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc2_unorm_block_2d_npot
+dEQP-VK.texture.compressed.bc2_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc3_unorm_block_2d_npot
+dEQP-VK.texture.compressed.bc3_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc3_srgb_block_2d_npot
+dEQP-VK.texture.compressed.bc3_srgb_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc4_unorm_block_2d_npot
+dEQP-VK.texture.compressed.bc5_unorm_block_2d_npot
+dEQP-VK.texture.compressed.bc5_unorm_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc5_snorm_block_2d_npot
+dEQP-VK.texture.compressed.bc6h_ufloat_block_2d_npot_sparse
+dEQP-VK.texture.compressed.bc7_unorm_block_2d_npot
+dEQP-VK.texture.compressed.bc7_unorm_block_2d_npot_sparse
diff --git a/android/cts/master/vk-master-2019-03-01/binding-model.txt b/android/cts/master/vk-master-2019-03-01/binding-model.txt
index df1fafc..14c36a5 100644
--- a/android/cts/master/vk-master-2019-03-01/binding-model.txt
+++ b/android/cts/master/vk-master-2019-03-01/binding-model.txt
@@ -43367,7 +43367,6 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimitlow.sbolimithigh.sampledimglow.outimgtexlow.iublimithigh.uab.comp.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimitlow.sbolimithigh.sampledimglow.outimgtexlow.iublimithigh.uab.frag.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimitlow.sbolimithigh.sampledimglow.outimgtexlow.iublimithigh.uab.vert.noia.0
-dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimithigh.sbolimitlow.sampledimglow.outimgtexlow.noiub.nouab.comp.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimithigh.sbolimitlow.sampledimglow.outimgtexlow.noiub.nouab.frag.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimithigh.sbolimitlow.sampledimglow.outimgtexlow.noiub.nouab.vert.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimithigh.sbolimitlow.sampledimglow.outimgtexlow.noiub.nouab.rgen.noia.0
@@ -43633,7 +43632,6 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.nouab.vert.noia.9
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.uab.comp.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.uab.frag.noia.0
-dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.uab.vert.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.iublimitlow.nouab.comp.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.iublimitlow.nouab.frag.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.iublimitlow.nouab.vert.noia.0
diff --git a/android/cts/master/vk-master-2020-03-01/binding-model.txt b/android/cts/master/vk-master-2020-03-01/binding-model.txt
index 9763b29..36c5cd0 100644
--- a/android/cts/master/vk-master-2020-03-01/binding-model.txt
+++ b/android/cts/master/vk-master-2020-03-01/binding-model.txt
@@ -965,7 +965,6 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.nosampledimg.lowimgnotex.iublimithigh.nouab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.nosampledimg.lowimgnotex.iublimithigh.uab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.nosampledimg.lowimgsingletex.noiub.nouab.frag.ialimitlow.0
-dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.nosampledimg.lowimgsingletex.noiub.uab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.nosampledimg.lowimgsingletex.iublimitlow.nouab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.nosampledimg.lowimgsingletex.iublimitlow.uab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.nosampledimg.lowimgsingletex.iublimithigh.nouab.frag.ialimitlow.0
@@ -1118,11 +1117,9 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.1
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.2
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.3
-dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.4
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.5
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.6
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.7
-dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.8
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.9
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimithigh.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.uab.frag.ialimitlow.0
@@ -1151,7 +1148,6 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.lowimgnotex.iublimithigh.uab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.lowimgnotex.iublimithigh.uab.frag.ialimithigh.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.lowimgsingletex.iublimithigh.uab.frag.ialimithigh.0
-dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.storageimghigh.noiub.nouab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.storageimghigh.noiub.uab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.storageimghigh.iublimitlow.uab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.storageimghigh.iublimithigh.nouab.frag.ialimitlow.0
@@ -1222,8 +1218,6 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.iublimithigh.nouab.rgen.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.iublimithigh.uab.rgen.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.uab.comp.noia.0
-dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.uab.frag.noia.0
-dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.uab.vert.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.iublimitlow.uab.comp.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.iublimitlow.uab.frag.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.iublimitlow.uab.vert.noia.0
diff --git a/android/cts/master/vk-master-2021-03-01.txt b/android/cts/master/vk-master-2021-03-01.txt
index 8135720..6f2e847 100644
--- a/android/cts/master/vk-master-2021-03-01.txt
+++ b/android/cts/master/vk-master-2021-03-01.txt
@@ -15,6 +15,7 @@
 vk-master-2021-03-01/image.txt
 vk-master-2021-03-01/memory-model.txt
 vk-master-2021-03-01/memory.txt
+vk-master-2021-03-01/mesh-shader.txt
 vk-master-2021-03-01/multiview.txt
 vk-master-2021-03-01/pipeline.txt
 vk-master-2021-03-01/protected-memory.txt
diff --git a/android/cts/master/vk-master-2021-03-01/binding-model.txt b/android/cts/master/vk-master-2021-03-01/binding-model.txt
index 11d645f..2f44c4a 100644
--- a/android/cts/master/vk-master-2021-03-01/binding-model.txt
+++ b/android/cts/master/vk-master-2021-03-01/binding-model.txt
@@ -353,6 +353,7 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimitlow.sbolimitlow.sampledimghigh.outimgtexlow.iublimitlow.uab.chit.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimitlow.sbolimitlow.sampledimghigh.outimgtexlow.iublimitlow.uab.miss.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimitlow.sbolimitlow.sampledimghigh.outimgtexlow.iublimitlow.uab.call.noia.0
+dEQP-VK.binding_model.descriptorset_random.sets4.constant.ubolimithigh.sbolimitlow.sampledimglow.outimgtexlow.noiub.nouab.comp.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.unifindexed.noubo.nosbo.nosampledimg.outimgonly.noiub.nouab.comp.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.unifindexed.noubo.nosbo.nosampledimg.outimgonly.noiub.nouab.frag.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.unifindexed.noubo.nosbo.nosampledimg.outimgonly.noiub.nouab.frag.ialimitlow.0
@@ -6665,6 +6666,7 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimitlow.sampledimghigh.lowimgsingletex.iublimithigh.uab.chit.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimitlow.sampledimghigh.lowimgsingletex.iublimithigh.uab.miss.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimitlow.sampledimghigh.lowimgsingletex.iublimithigh.uab.call.noia.0
+dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.nosampledimg.lowimgsingletex.noiub.uab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.sampledimglow.outimgonly.noiub.nouab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.sampledimglow.outimgonly.noiub.uab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.dynindexed.ubolimitlow.sbolimithigh.sampledimglow.outimgonly.iublimitlow.nouab.frag.ialimitlow.0
@@ -8933,6 +8935,8 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.nosbo.sampledimghigh.lowimgsingletex.iublimitlow.uab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.nosbo.sampledimghigh.lowimgsingletex.iublimithigh.nouab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.nosbo.sampledimghigh.lowimgsingletex.iublimithigh.uab.frag.ialimitlow.0
+dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.4
+dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.outimgtexlow.noiub.nouab.frag.ialimitlow.8
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.lowimgnotex.noiub.nouab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.lowimgnotex.noiub.nouab.frag.ialimitlow.1
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.lowimgnotex.noiub.nouab.frag.ialimitlow.2
@@ -8986,6 +8990,7 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.lowimgsingletex.iublimithigh.nouab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.lowimgsingletex.iublimithigh.nouab.frag.ialimithigh.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.lowimgsingletex.iublimithigh.uab.frag.ialimitlow.0
+dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.storageimghigh.noiub.nouab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.nosampledimg.storageimghigh.iublimitlow.nouab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.outimgonly.noiub.nouab.frag.ialimitlow.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.outimgonly.noiub.nouab.frag.ialimitlow.1
@@ -9355,6 +9360,7 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.uab.frag.ialimitlow.8
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.uab.frag.ialimitlow.9
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.uab.frag.ialimithigh.0
+dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.uab.vert.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.uab.rgnv.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.uab.rgnv.noia.1
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.lowimgnotex.noiub.uab.rgnv.noia.2
@@ -9728,7 +9734,9 @@
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.nouab.chit.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.nouab.miss.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.nouab.call.noia.0
+dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.uab.frag.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.uab.frag.ialimitlow.0
+dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.uab.vert.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.uab.rgnv.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.uab.rgen.noia.0
 dEQP-VK.binding_model.descriptorset_random.sets4.runtimesize.ubolimitlow.sbolimitlow.sampledimglow.storageimghigh.noiub.uab.sect.noia.0
diff --git a/android/cts/master/vk-master-2021-03-01/mesh-shader.txt b/android/cts/master/vk-master-2021-03-01/mesh-shader.txt
new file mode 100644
index 0000000..0d171e7
--- /dev/null
+++ b/android/cts/master/vk-master-2021-03-01/mesh-shader.txt
@@ -0,0 +1,544 @@
+dEQP-VK.mesh_shader.nv.smoke.mesh_shader_triangle
+dEQP-VK.mesh_shader.nv.smoke.mesh_task_shader_triangle
+dEQP-VK.mesh_shader.nv.smoke.task_only_shader_triangle
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_2.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_2.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_2.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_2.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_32.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_32.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_32.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_32.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_64.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_64.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_64.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_64.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.uniform_buffer.memory_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.uniform_buffer.memory_barrier.host_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.uniform_buffer.specific_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.uniform_buffer.specific_barrier.host_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.storage_buffer.memory_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.storage_buffer.specific_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.uniform_buffer.memory_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.uniform_buffer.memory_barrier.host_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.uniform_buffer.specific_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.uniform_buffer.specific_barrier.host_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.storage_buffer.memory_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.storage_buffer.specific_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.uniform_buffer.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.uniform_buffer.memory_barrier.transfer_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.uniform_buffer.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.uniform_buffer.specific_barrier.transfer_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.storage_buffer.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.storage_buffer.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.storage_image.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.storage_image.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.sampled_image.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.sampled_image.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.uniform_buffer.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.uniform_buffer.memory_barrier.transfer_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.uniform_buffer.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.uniform_buffer.specific_barrier.transfer_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.storage_buffer.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.storage_buffer.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.storage_image.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.storage_image.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.sampled_image.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.sampled_image.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_mesh.storage_buffer.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_mesh.storage_image.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_frag.storage_buffer.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_frag.storage_image.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_transfer.storage_buffer.memory_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_transfer.storage_buffer.specific_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_transfer.storage_image.memory_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_transfer.storage_image.specific_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_host.storage_buffer.memory_barrier.shader_write_host_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_host.storage_buffer.specific_barrier.shader_write_host_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_frag.storage_buffer.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_frag.storage_image.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_transfer.storage_buffer.memory_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_transfer.storage_buffer.specific_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_transfer.storage_image.memory_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_transfer.storage_image.specific_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_host.storage_buffer.memory_barrier.shader_write_host_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_host.storage_buffer.specific_barrier.shader_write_host_read
+dEQP-VK.mesh_shader.nv.property.max_draw_mesh_tasks_count_with_task
+dEQP-VK.mesh_shader.nv.property.max_draw_mesh_tasks_count_with_mesh
+dEQP-VK.mesh_shader.nv.property.max_task_work_group_invocations
+dEQP-VK.mesh_shader.nv.property.max_task_work_group_size
+dEQP-VK.mesh_shader.nv.property.max_task_output_count
+dEQP-VK.mesh_shader.nv.property.max_mesh_work_group_invocations
+dEQP-VK.mesh_shader.nv.property.max_mesh_work_group_size
+dEQP-VK.mesh_shader.nv.property.max_task_total_memory_size
+dEQP-VK.mesh_shader.nv.property.max_mesh_total_memory_size
+dEQP-VK.mesh_shader.nv.builtin.position
+dEQP-VK.mesh_shader.nv.builtin.point_size
+dEQP-VK.mesh_shader.nv.builtin.clip_distance
+dEQP-VK.mesh_shader.nv.builtin.cull_distance
+dEQP-VK.mesh_shader.nv.builtin.primitive_id_glsl
+dEQP-VK.mesh_shader.nv.builtin.primitive_id_spirv
+dEQP-VK.mesh_shader.nv.builtin.layer
+dEQP-VK.mesh_shader.nv.builtin.layer_shared
+dEQP-VK.mesh_shader.nv.builtin.viewport_index
+dEQP-VK.mesh_shader.nv.builtin.viewport_index_shared
+dEQP-VK.mesh_shader.nv.builtin.work_group_id_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.work_group_id_in_task
+dEQP-VK.mesh_shader.nv.builtin.local_invocation_id_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.local_invocation_id_in_task
+dEQP-VK.mesh_shader.nv.builtin.local_invocation_index_in_task
+dEQP-VK.mesh_shader.nv.builtin.local_invocation_index_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.global_invocation_id_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.global_invocation_id_in_task
+dEQP-VK.mesh_shader.nv.builtin.draw_index_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.draw_index_in_task
+dEQP-VK.mesh_shader.nv.misc.complex_task_data
+dEQP-VK.mesh_shader.nv.misc.single_point
+dEQP-VK.mesh_shader.nv.misc.single_line
+dEQP-VK.mesh_shader.nv.misc.single_triangle
+dEQP-VK.mesh_shader.nv.misc.max_points
+dEQP-VK.mesh_shader.nv.misc.max_lines
+dEQP-VK.mesh_shader.nv.misc.max_triangles
+dEQP-VK.mesh_shader.nv.misc.many_task_work_groups
+dEQP-VK.mesh_shader.nv.misc.many_mesh_work_groups
+dEQP-VK.mesh_shader.nv.misc.many_task_mesh_work_groups
+dEQP-VK.mesh_shader.nv.misc.no_points
+dEQP-VK.mesh_shader.nv.misc.no_lines
+dEQP-VK.mesh_shader.nv.misc.no_triangles
+dEQP-VK.mesh_shader.nv.misc.no_points_extra_writes
+dEQP-VK.mesh_shader.nv.misc.no_lines_extra_writes
+dEQP-VK.mesh_shader.nv.misc.no_triangles_extra_writes
+dEQP-VK.mesh_shader.nv.misc.barrier_in_task
+dEQP-VK.mesh_shader.nv.misc.barrier_in_mesh
+dEQP-VK.mesh_shader.nv.misc.memory_barrier_shared_in_task
+dEQP-VK.mesh_shader.nv.misc.memory_barrier_shared_in_mesh
+dEQP-VK.mesh_shader.nv.misc.group_memory_barrier_in_task
+dEQP-VK.mesh_shader.nv.misc.group_memory_barrier_in_mesh
+dEQP-VK.mesh_shader.nv.misc.custom_attributes
+dEQP-VK.mesh_shader.nv.misc.custom_attributes_and_task_shader
+dEQP-VK.mesh_shader.nv.misc.push_constant
+dEQP-VK.mesh_shader.nv.misc.push_constant_and_task_shader
diff --git a/android/cts/master/vk-master-2021-03-01/pipeline.txt b/android/cts/master/vk-master-2021-03-01/pipeline.txt
index f263c05..a68b3ab 100644
--- a/android/cts/master/vk-master-2021-03-01/pipeline.txt
+++ b/android/cts/master/vk-master-2021-03-01/pipeline.txt
@@ -12594,24 +12594,12 @@
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.gradient.unnormalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.gradient.unnormalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.gradient.unnormalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.normalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.normalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.normalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.unnormalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.unnormalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.unnormalized_coords.edge_right
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.gradient.normalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.gradient.normalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.gradient.normalized_coords.edge_right
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.gradient.unnormalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.gradient.unnormalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.gradient.unnormalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.normalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.normalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.normalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.unnormalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.unnormalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.unnormalized_coords.edge_right
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8_uint.gradient.normalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8_uint.gradient.normalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8_uint.gradient.normalized_coords.edge_right
@@ -12738,12 +12726,6 @@
 dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.gradient.unnormalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.gradient.unnormalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.gradient.unnormalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.normalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.normalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.normalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.unnormalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.unnormalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.unnormalized_coords.edge_right
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_sint.gradient.normalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_sint.gradient.normalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_sint.gradient.normalized_coords.edge_right
@@ -12762,12 +12744,6 @@
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.gradient.unnormalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.gradient.unnormalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.gradient.unnormalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.normalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.normalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.normalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.unnormalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.unnormalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.unnormalized_coords.edge_right
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_unorm.gradient.normalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_unorm.gradient.normalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_unorm.gradient.normalized_coords.edge_right
@@ -12930,12 +12906,6 @@
 dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.gradient.unnormalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.gradient.unnormalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.gradient.unnormalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.normalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.normalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.normalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.unnormalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.unnormalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.unnormalized_coords.edge_right
 dEQP-VK.pipeline.sampler.exact_sampling.r32_sfloat.gradient.normalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r32_sfloat.gradient.normalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r32_sfloat.gradient.normalized_coords.edge_right
@@ -13158,6 +13128,39686 @@
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.average
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.min
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mag_reduce.comp_r_zero_zero_zero.max
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_3.with_swizzle_hint
 dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.component_swizzle.r_g_b_a
 dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.component_swizzle.g_b_a_r
 dEQP-VK.pipeline.image_view.view_type.1d.format.b8g8r8_unorm.component_swizzle.b_a_r_g
diff --git a/android/cts/master/vk-master-2021-03-01/ssbo.txt b/android/cts/master/vk-master-2021-03-01/ssbo.txt
index bae78d6..11763b8 100644
--- a/android/cts/master/vk-master-2021-03-01/ssbo.txt
+++ b/android/cts/master/vk-master-2021-03-01/ssbo.txt
@@ -3953,5 +3953,4 @@
 dEQP-VK.ssbo.phys.layout.multi_nested_struct.single_buffer.scalar_comp_access_store_cols
 dEQP-VK.ssbo.phys.layout.multi_nested_struct.single_buffer.scalar_instance_array_store_cols
 dEQP-VK.ssbo.phys.layout.multi_nested_struct.single_buffer.scalar_instance_array_comp_access_store_cols
-dEQP-VK.ssbo.phys.layout.random.16bit.scalar.13
 dEQP-VK.ssbo.corner_case.long_shader_bitwise_and
diff --git a/android/cts/master/vk-master.txt b/android/cts/master/vk-master.txt
index 37e344b..702c1b7 100644
--- a/android/cts/master/vk-master.txt
+++ b/android/cts/master/vk-master.txt
@@ -20,6 +20,7 @@
 vk-master/info.txt
 vk-master/memory-model.txt
 vk-master/memory.txt
+vk-master/mesh-shader.txt
 vk-master/multiview.txt
 vk-master/pipeline.txt
 vk-master/protected-memory.txt
diff --git a/android/cts/master/vk-master/mesh-shader.txt b/android/cts/master/vk-master/mesh-shader.txt
new file mode 100644
index 0000000..0d171e7
--- /dev/null
+++ b/android/cts/master/vk-master/mesh-shader.txt
@@ -0,0 +1,544 @@
+dEQP-VK.mesh_shader.nv.smoke.mesh_shader_triangle
+dEQP-VK.mesh_shader.nv.smoke.mesh_task_shader_triangle
+dEQP-VK.mesh_shader.nv.smoke.task_only_shader_triangle
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_2.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_2.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_2.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_2.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_32.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_32.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_32.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_32.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_64.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_64.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_64.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_64.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.uniform_buffer.memory_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.uniform_buffer.memory_barrier.host_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.uniform_buffer.specific_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.uniform_buffer.specific_barrier.host_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.storage_buffer.memory_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.storage_buffer.specific_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.uniform_buffer.memory_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.uniform_buffer.memory_barrier.host_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.uniform_buffer.specific_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.uniform_buffer.specific_barrier.host_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.storage_buffer.memory_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.storage_buffer.specific_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.uniform_buffer.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.uniform_buffer.memory_barrier.transfer_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.uniform_buffer.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.uniform_buffer.specific_barrier.transfer_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.storage_buffer.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.storage_buffer.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.storage_image.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.storage_image.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.sampled_image.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.sampled_image.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.uniform_buffer.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.uniform_buffer.memory_barrier.transfer_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.uniform_buffer.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.uniform_buffer.specific_barrier.transfer_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.storage_buffer.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.storage_buffer.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.storage_image.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.storage_image.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.sampled_image.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.sampled_image.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_mesh.storage_buffer.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_mesh.storage_image.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_frag.storage_buffer.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_frag.storage_image.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_transfer.storage_buffer.memory_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_transfer.storage_buffer.specific_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_transfer.storage_image.memory_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_transfer.storage_image.specific_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_host.storage_buffer.memory_barrier.shader_write_host_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_host.storage_buffer.specific_barrier.shader_write_host_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_frag.storage_buffer.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_frag.storage_image.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_transfer.storage_buffer.memory_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_transfer.storage_buffer.specific_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_transfer.storage_image.memory_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_transfer.storage_image.specific_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_host.storage_buffer.memory_barrier.shader_write_host_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_host.storage_buffer.specific_barrier.shader_write_host_read
+dEQP-VK.mesh_shader.nv.property.max_draw_mesh_tasks_count_with_task
+dEQP-VK.mesh_shader.nv.property.max_draw_mesh_tasks_count_with_mesh
+dEQP-VK.mesh_shader.nv.property.max_task_work_group_invocations
+dEQP-VK.mesh_shader.nv.property.max_task_work_group_size
+dEQP-VK.mesh_shader.nv.property.max_task_output_count
+dEQP-VK.mesh_shader.nv.property.max_mesh_work_group_invocations
+dEQP-VK.mesh_shader.nv.property.max_mesh_work_group_size
+dEQP-VK.mesh_shader.nv.property.max_task_total_memory_size
+dEQP-VK.mesh_shader.nv.property.max_mesh_total_memory_size
+dEQP-VK.mesh_shader.nv.builtin.position
+dEQP-VK.mesh_shader.nv.builtin.point_size
+dEQP-VK.mesh_shader.nv.builtin.clip_distance
+dEQP-VK.mesh_shader.nv.builtin.cull_distance
+dEQP-VK.mesh_shader.nv.builtin.primitive_id_glsl
+dEQP-VK.mesh_shader.nv.builtin.primitive_id_spirv
+dEQP-VK.mesh_shader.nv.builtin.layer
+dEQP-VK.mesh_shader.nv.builtin.layer_shared
+dEQP-VK.mesh_shader.nv.builtin.viewport_index
+dEQP-VK.mesh_shader.nv.builtin.viewport_index_shared
+dEQP-VK.mesh_shader.nv.builtin.work_group_id_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.work_group_id_in_task
+dEQP-VK.mesh_shader.nv.builtin.local_invocation_id_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.local_invocation_id_in_task
+dEQP-VK.mesh_shader.nv.builtin.local_invocation_index_in_task
+dEQP-VK.mesh_shader.nv.builtin.local_invocation_index_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.global_invocation_id_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.global_invocation_id_in_task
+dEQP-VK.mesh_shader.nv.builtin.draw_index_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.draw_index_in_task
+dEQP-VK.mesh_shader.nv.misc.complex_task_data
+dEQP-VK.mesh_shader.nv.misc.single_point
+dEQP-VK.mesh_shader.nv.misc.single_line
+dEQP-VK.mesh_shader.nv.misc.single_triangle
+dEQP-VK.mesh_shader.nv.misc.max_points
+dEQP-VK.mesh_shader.nv.misc.max_lines
+dEQP-VK.mesh_shader.nv.misc.max_triangles
+dEQP-VK.mesh_shader.nv.misc.many_task_work_groups
+dEQP-VK.mesh_shader.nv.misc.many_mesh_work_groups
+dEQP-VK.mesh_shader.nv.misc.many_task_mesh_work_groups
+dEQP-VK.mesh_shader.nv.misc.no_points
+dEQP-VK.mesh_shader.nv.misc.no_lines
+dEQP-VK.mesh_shader.nv.misc.no_triangles
+dEQP-VK.mesh_shader.nv.misc.no_points_extra_writes
+dEQP-VK.mesh_shader.nv.misc.no_lines_extra_writes
+dEQP-VK.mesh_shader.nv.misc.no_triangles_extra_writes
+dEQP-VK.mesh_shader.nv.misc.barrier_in_task
+dEQP-VK.mesh_shader.nv.misc.barrier_in_mesh
+dEQP-VK.mesh_shader.nv.misc.memory_barrier_shared_in_task
+dEQP-VK.mesh_shader.nv.misc.memory_barrier_shared_in_mesh
+dEQP-VK.mesh_shader.nv.misc.group_memory_barrier_in_task
+dEQP-VK.mesh_shader.nv.misc.group_memory_barrier_in_mesh
+dEQP-VK.mesh_shader.nv.misc.custom_attributes
+dEQP-VK.mesh_shader.nv.misc.custom_attributes_and_task_shader
+dEQP-VK.mesh_shader.nv.misc.push_constant
+dEQP-VK.mesh_shader.nv.misc.push_constant_and_task_shader
diff --git a/android/cts/master/vk-master/pipeline.txt b/android/cts/master/vk-master/pipeline.txt
index 424a984..875d754 100644
--- a/android/cts/master/vk-master/pipeline.txt
+++ b/android/cts/master/vk-master/pipeline.txt
@@ -123078,24 +123078,12 @@
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.gradient.unnormalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.gradient.unnormalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.gradient.unnormalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.normalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.normalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.normalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.unnormalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.unnormalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_snorm.solid_color.unnormalized_coords.edge_right
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.gradient.normalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.gradient.normalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.gradient.normalized_coords.edge_right
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.gradient.unnormalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.gradient.unnormalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.gradient.unnormalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.normalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.normalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.normalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.unnormalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.unnormalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8b8a8_snorm.solid_color.unnormalized_coords.edge_right
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8_uint.gradient.normalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8_uint.gradient.normalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8_uint.gradient.normalized_coords.edge_right
@@ -123222,12 +123210,6 @@
 dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.gradient.unnormalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.gradient.unnormalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.gradient.unnormalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.normalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.normalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.normalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.unnormalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.unnormalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r8_snorm.solid_color.unnormalized_coords.edge_right
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_sint.gradient.normalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_sint.gradient.normalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_sint.gradient.normalized_coords.edge_right
@@ -123246,12 +123228,6 @@
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.gradient.unnormalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.gradient.unnormalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.gradient.unnormalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.normalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.normalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.normalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.unnormalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.unnormalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r8g8_snorm.solid_color.unnormalized_coords.edge_right
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_unorm.gradient.normalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_unorm.gradient.normalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.b8g8r8_unorm.gradient.normalized_coords.edge_right
@@ -123414,12 +123390,6 @@
 dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.gradient.unnormalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.gradient.unnormalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.gradient.unnormalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.normalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.normalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.normalized_coords.edge_right
-dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.unnormalized_coords.centered
-dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.unnormalized_coords.edge_left
-dEQP-VK.pipeline.sampler.exact_sampling.r16_snorm.solid_color.unnormalized_coords.edge_right
 dEQP-VK.pipeline.sampler.exact_sampling.r32_sfloat.gradient.normalized_coords.centered
 dEQP-VK.pipeline.sampler.exact_sampling.r32_sfloat.gradient.normalized_coords.edge_left
 dEQP-VK.pipeline.sampler.exact_sampling.r32_sfloat.gradient.normalized_coords.edge_right
@@ -124533,6 +124503,39686 @@
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_5
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_3.with_swizzle_hint
 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
diff --git a/android/cts/master/vk-master/ssbo.txt b/android/cts/master/vk-master/ssbo.txt
index 557f87e..49659cf 100644
--- a/android/cts/master/vk-master/ssbo.txt
+++ b/android/cts/master/vk-master/ssbo.txt
@@ -11394,7 +11394,6 @@
 dEQP-VK.ssbo.phys.layout.random.16bit.scalar.10
 dEQP-VK.ssbo.phys.layout.random.16bit.scalar.11
 dEQP-VK.ssbo.phys.layout.random.16bit.scalar.12
-dEQP-VK.ssbo.phys.layout.random.16bit.scalar.13
 dEQP-VK.ssbo.phys.layout.random.16bit.scalar.14
 dEQP-VK.ssbo.phys.layout.random.16bit.scalar.15
 dEQP-VK.ssbo.phys.layout.random.16bit.scalar.16
diff --git a/android/cts/runner/src/com/drawelements/deqp/runner/DeqpTestRunner.java b/android/cts/runner/src/com/drawelements/deqp/runner/DeqpTestRunner.java
index 07c38ba..bbcdd42 100644
--- a/android/cts/runner/src/com/drawelements/deqp/runner/DeqpTestRunner.java
+++ b/android/cts/runner/src/com/drawelements/deqp/runner/DeqpTestRunner.java
@@ -25,6 +25,7 @@
 import com.android.tradefed.config.Option;
 import com.android.tradefed.config.OptionClass;
 import com.android.tradefed.device.DeviceNotAvailableException;
+import com.android.tradefed.device.IManagedTestDevice;
 import com.android.tradefed.device.ITestDevice;
 import com.android.tradefed.log.LogUtil.CLog;
 import com.android.tradefed.metrics.proto.MetricMeasurement.Metric;
@@ -42,6 +43,7 @@
 import com.android.tradefed.testtype.ITestCollector;
 import com.android.tradefed.testtype.ITestFilterReceiver;
 import com.android.tradefed.util.AbiUtils;
+import com.android.tradefed.util.FileUtil;
 import com.android.tradefed.util.IRunUtil;
 import com.android.tradefed.util.RunInterruptedException;
 import com.android.tradefed.util.RunUtil;
@@ -52,11 +54,8 @@
 import java.io.FileReader;
 import java.io.IOException;
 import java.io.Reader;
-import java.lang.reflect.InvocationTargetException;
-import java.lang.reflect.Method;
 import java.util.ArrayList;
 import java.util.Collection;
-import java.util.Collections;
 import java.util.HashMap;
 import java.util.HashSet;
 import java.util.Iterator;
@@ -85,8 +84,9 @@
     private static final String INCOMPLETE_LOG_MESSAGE = "Crash: Incomplete test log";
     private static final String SKIPPED_INSTANCE_LOG_MESSAGE = "Configuration skipped";
     private static final String NOT_EXECUTABLE_LOG_MESSAGE = "Abort: Test cannot be executed";
-    private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt";
-    private static final String LOG_FILE_NAME = "/sdcard/TestLog.qpa";
+    private static final String APP_DIR = "/sdcard/";
+    private static final String CASE_LIST_FILE_NAME = "dEQP-TestCaseList.txt";
+    private static final String LOG_FILE_NAME = "TestLog.qpa";
     public static final String FEATURE_LANDSCAPE = "android.hardware.screen.landscape";
     public static final String FEATURE_PORTRAIT = "android.hardware.screen.portrait";
     public static final String FEATURE_VULKAN_LEVEL = "android.hardware.vulkan.level";
@@ -96,6 +96,10 @@
     private static final int TESTCASE_BATCH_LIMIT = 1000;
     private static final int UNRESPONSIVE_CMD_TIMEOUT_MS = 10 * 60 * 1000; // 10min
 
+    private static final String ANGLE_NONE = "none";
+    private static final String ANGLE_VULKAN = "vulkan";
+    private static final String ANGLE_OPENGLES = "opengles";
+
     // !NOTE: There's a static method copyOptions() for copying options during split.
     // If you add state update copyOptions() as appropriate!
 
@@ -145,6 +149,17 @@
             description="The estimated config runtime. Defaults to 200ms x num tests.")
     private long mRuntimeHint = -1;
 
+    @Option(name="deqp-use-angle",
+            description="ANGLE backend ('none', 'vulkan', 'opengles'). Defaults to 'none' (don't use ANGLE)",
+            importance=Option.Importance.NEVER)
+    private String mAngle = "none";
+
+    @Option(
+            name = "disable-watchdog",
+            description =
+                    "Disable the native testrunner's per-test watchdog.")
+    private boolean mDisableWatchdog = false;
+
     private Collection<TestDescription> mRemainingTests = null;
     private Map<TestDescription, Set<BatchRunConfiguration>> mTestInstances = null;
     private final TestInstanceResultListener mInstanceListerner = new TestInstanceResultListener();
@@ -992,31 +1007,7 @@
         }
 
         public void recoverDevice() throws DeviceNotAvailableException {
-            // Work around the API. We need to call recoverDevice() on the test device and
-            // we know that mDevice is a TestDevice. However even though the recoverDevice()
-            // method is public suggesting it should be publicly accessible, the class itself
-            // and its super-interface (IManagedTestDevice) are package-private.
-            final Method recoverDeviceMethod;
-            try {
-                recoverDeviceMethod = mDevice.getClass().getMethod("recoverDevice");
-                recoverDeviceMethod.setAccessible(true);
-            } catch (NoSuchMethodException ex) {
-                throw new AssertionError("Test device must have recoverDevice()");
-            }
-
-            try {
-                recoverDeviceMethod.invoke(mDevice);
-            } catch (InvocationTargetException ex) {
-                if (ex.getCause() instanceof DeviceNotAvailableException) {
-                    throw (DeviceNotAvailableException)ex.getCause();
-                } else if (ex.getCause() instanceof RuntimeException) {
-                    throw (RuntimeException)ex.getCause();
-                } else {
-                    throw new AssertionError("unexpected throw", ex);
-                }
-            } catch (IllegalAccessException ex) {
-                throw new AssertionError("unexpected throw", ex);
-            }
+            ((IManagedTestDevice) mDevice).recoverDevice();
         }
 
         private void rebootDevice() throws DeviceNotAvailableException {
@@ -1424,17 +1415,19 @@
         checkInterrupted(); // throws if interrupted
 
         final String testCases = generateTestCaseTrie(batch.tests);
-
-        mDevice.executeShellCommand("rm " + CASE_LIST_FILE_NAME);
-        mDevice.executeShellCommand("rm " + LOG_FILE_NAME);
-        mDevice.pushString(testCases + "\n", CASE_LIST_FILE_NAME);
+        final String testCaseFilename = APP_DIR + CASE_LIST_FILE_NAME;
+        mDevice.executeShellCommand("rm " + testCaseFilename);
+        mDevice.executeShellCommand("rm " + APP_DIR + LOG_FILE_NAME);
+        if (!mDevice.pushString(testCases + "\n", testCaseFilename)) {
+            throw new RuntimeException("Failed to write test cases to " + testCaseFilename);
+        }
 
         final String instrumentationName =
                 "com.drawelements.deqp/com.drawelements.deqp.testercore.DeqpInstrumentation";
 
         final StringBuilder deqpCmdLine = new StringBuilder();
         deqpCmdLine.append("--deqp-caselist-file=");
-        deqpCmdLine.append(CASE_LIST_FILE_NAME);
+        deqpCmdLine.append(APP_DIR + CASE_LIST_FILE_NAME);
         deqpCmdLine.append(" ");
         deqpCmdLine.append(getRunConfigDisplayCmdLine(batch.config));
 
@@ -1443,13 +1436,15 @@
             deqpCmdLine.append(" --deqp-log-images=disable");
         }
 
-        deqpCmdLine.append(" --deqp-watchdog=enable");
+        if (!mDisableWatchdog) {
+            deqpCmdLine.append(" --deqp-watchdog=enable");
+        }
 
         final String command = String.format(
                 "am instrument %s -w -e deqpLogFileName \"%s\" -e deqpCmdLine \"%s\""
                     + " -e deqpLogData \"%s\" %s",
-                AbiUtils.createAbiFlag(mAbi.getName()), LOG_FILE_NAME, deqpCmdLine.toString(),
-                mLogData, instrumentationName);
+                AbiUtils.createAbiFlag(mAbi.getName()), APP_DIR + LOG_FILE_NAME,
+                deqpCmdLine.toString(), mLogData, instrumentationName);
 
         final int numRemainingInstancesBefore = getNumRemainingInstances();
         final InstrumentationParser parser = new InstrumentationParser(mInstanceListerner);
@@ -1939,6 +1934,10 @@
     private static Set<String> getNonPatternFilters(List<String> filters) {
         Set<String> nonPatternFilters = new HashSet<String>();
         for (String filter : filters) {
+            if (filter.startsWith("#") || filter.isEmpty()) {
+                // Skip comments and empty lines
+                continue;
+            }
             if (!filter.contains("*")) {
                 // Deqp usesly only dots for separating between parts of the names
                 // Convert last dot to hash if needed.
@@ -2052,7 +2051,13 @@
             if (reader == null) {
                 File testlist = new File(mBuildHelper.getTestsDir(), mCaselistFile);
                 if (!testlist.isFile()) {
-                    throw new FileNotFoundException();
+                    // Finding file in sub directory if no matching file in the first layer of
+                    // testdir.
+                    testlist = FileUtil.findFile(mBuildHelper.getTestsDir(), mCaselistFile);
+                    if (testlist == null || !testlist.isFile()) {
+                        throw new FileNotFoundException("Cannot find deqp test list file: "
+                            + mCaselistFile);
+                    }
                 }
                 reader = new FileReader(testlist);
             }
@@ -2103,11 +2108,67 @@
     }
 
     /**
+     * Set up the test environment.
+     */
+    private void setupTestEnvironment() throws DeviceNotAvailableException {
+        try {
+            // Get the system into a known state.
+            // Clear ANGLE Global.Settings values
+            mDevice.executeShellCommand("settings delete global angle_gl_driver_selection_pkgs");
+            mDevice.executeShellCommand("settings delete global angle_gl_driver_selection_values");
+
+            // ANGLE
+            if (mAngle.equals(ANGLE_VULKAN)) {
+                CLog.i("Configuring ANGLE to use: " + mAngle);
+                // Force dEQP to use ANGLE
+                mDevice.executeShellCommand(
+                    "settings put global angle_gl_driver_selection_pkgs " + DEQP_ONDEVICE_PKG);
+                mDevice.executeShellCommand(
+                    "settings put global angle_gl_driver_selection_values angle");
+                // Configure ANGLE to use Vulkan
+                mDevice.executeShellCommand("setprop debug.angle.backend 2");
+            } else if (mAngle.equals(ANGLE_OPENGLES)) {
+                CLog.i("Configuring ANGLE to use: " + mAngle);
+                // Force dEQP to use ANGLE
+                mDevice.executeShellCommand(
+                    "settings put global angle_gl_driver_selection_pkgs " + DEQP_ONDEVICE_PKG);
+                mDevice.executeShellCommand(
+                    "settings put global angle_gl_driver_selection_values angle");
+                // Configure ANGLE to use Vulkan
+                mDevice.executeShellCommand("setprop debug.angle.backend 0");
+            }
+        } catch (DeviceNotAvailableException ex) {
+            // chain forward
+            CLog.e("Failed to set up ANGLE correctly.");
+            throw new DeviceNotAvailableException("Device not available", ex,
+                mDevice.getSerialNumber());
+        }
+    }
+
+    /**
+     * Clean up the test environment.
+     */
+    private void teardownTestEnvironment() throws DeviceNotAvailableException {
+        // ANGLE
+        try {
+            CLog.i("Cleaning up ANGLE");
+            // Stop forcing dEQP to use ANGLE
+            mDevice.executeShellCommand("settings delete global angle_gl_driver_selection_pkgs");
+            mDevice.executeShellCommand("settings delete global angle_gl_driver_selection_values");
+        } catch (DeviceNotAvailableException ex) {
+            // chain forward
+            CLog.e("Failed to clean up ANGLE correctly.");
+            throw new DeviceNotAvailableException("Device not available", ex,
+                mDevice.getSerialNumber());
+        }
+    }
+
+    /**
      * {@inheritDoc}
      */
     @Override
     public void run(ITestInvocationListener listener) throws DeviceNotAvailableException {
-        final Map<String, String> emptyMap = Collections.emptyMap();
+        final HashMap<String, Metric> emptyMap = new HashMap<>();
         // If sharded, split() will load the tests.
         if (mTestInstances == null) {
             loadTests();
@@ -2136,11 +2197,13 @@
             } else if (!mRemainingTests.isEmpty()) {
                 mInstanceListerner.setSink(listener);
                 mDeviceRecovery.setDevice(mDevice);
+                setupTestEnvironment();
                 runTests();
+                teardownTestEnvironment();
             }
         } catch (CapabilityQueryFailureException ex) {
             // Platform is not behaving correctly, for example crashing when trying to create
-            // a window. Instead of silenty failing, signal failure by leaving the rest of the
+            // a window. Instead of silently failing, signal failure by leaving the rest of the
             // test cases in "NotExecuted" state
             CLog.e("Capability query failed - leaving tests unexecuted.");
         } finally {
@@ -2234,6 +2297,8 @@
         destination.mAbi = source.mAbi;
         destination.mLogData = source.mLogData;
         destination.mCollectTestsOnly = source.mCollectTestsOnly;
+        destination.mAngle = source.mAngle;
+        destination.mDisableWatchdog = source.mDisableWatchdog;
     }
 
     /**
diff --git a/android/cts/runner/tests/src/com/drawelements/deqp/runner/DeqpTestRunnerTest.java b/android/cts/runner/tests/src/com/drawelements/deqp/runner/DeqpTestRunnerTest.java
index 06e5b0c..18729d7 100644
--- a/android/cts/runner/tests/src/com/drawelements/deqp/runner/DeqpTestRunnerTest.java
+++ b/android/cts/runner/tests/src/com/drawelements/deqp/runner/DeqpTestRunnerTest.java
@@ -22,10 +22,12 @@
 import com.android.tradefed.config.ConfigurationException;
 import com.android.tradefed.config.OptionSetter;
 import com.android.tradefed.device.DeviceNotAvailableException;
+import com.android.tradefed.device.IManagedTestDevice;
 import com.android.tradefed.device.ITestDevice;
 import com.android.tradefed.metrics.proto.MetricMeasurement.Metric;
 import com.android.tradefed.result.ITestInvocationListener;
 import com.android.tradefed.result.TestDescription;
+import com.android.tradefed.result.error.InfraErrorIdentifier;
 import com.android.tradefed.testtype.Abi;
 import com.android.tradefed.testtype.IAbi;
 import com.android.tradefed.testtype.IRemoteTest;
@@ -63,8 +65,9 @@
 public class DeqpTestRunnerTest extends TestCase {
     private static final String NAME = "dEQP-GLES3";
     private static final IAbi ABI = new Abi("armeabi-v7a", "32");
-    private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt";
-    private static final String LOG_FILE_NAME = "/sdcard/TestLog.qpa";
+    private static final String APP_DIR = "/sdcard/";
+    private static final String CASE_LIST_FILE_NAME = "dEQP-TestCaseList.txt";
+    private static final String LOG_FILE_NAME = "TestLog.qpa";
     private static final String INSTRUMENTATION_NAME =
             "com.drawelements.deqp/com.drawelements.deqp.testercore.DeqpInstrumentation";
     private static final String QUERY_INSTRUMENTATION_NAME =
@@ -121,7 +124,7 @@
     private static DeqpTestRunner buildGlesTestRunner(int majorVersion,
                                                       int minorVersion,
                                                       Collection<TestDescription> tests,
-                                                      File testsDir) throws ConfigurationException, FileNotFoundException {
+                                                      File testsDir) throws ConfigurationException {
         StringWriter testlist = new StringWriter();
         for (TestDescription test : tests) {
             testlist.write(test.getClassName() + "." + test.getTestName() + "\n");
@@ -224,6 +227,16 @@
         if (majorVersion > requiredMajorVersion
                 || (majorVersion == requiredMajorVersion && minorVersion >= requiredMinorVersion)) {
 
+            // Expect the calls twice: setupTestEnvironment() and teardownTestEnvironment()
+            EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+                andReturn("").once();
+            EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+                andReturn("").once();
+            EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+                andReturn("").once();
+            EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+                andReturn("").once();
+
             expectRenderConfigQuery(mockDevice, requiredMajorVersion,
                     requiredMinorVersion);
 
@@ -233,7 +246,7 @@
                     + "--deqp-surface-type=window "
                     + "--deqp-log-images=disable "
                     + "--deqp-watchdog=enable",
-                    CASE_LIST_FILE_NAME);
+                    APP_DIR + CASE_LIST_FILE_NAME);
 
             runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine,
                     output);
@@ -248,7 +261,7 @@
         mockListener.testEnded(EasyMock.eq(testId), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
-        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull());
+        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
         EasyMock.replay(mockDevice, mockIDevice);
@@ -361,13 +374,23 @@
                 + "--deqp-surface-type=window "
                 + "--deqp-log-images=disable "
                 + "--deqp-watchdog=enable",
-                CASE_LIST_FILE_NAME);
+                APP_DIR + CASE_LIST_FILE_NAME);
 
         runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output);
 
         mockListener.testRunStarted(getTestId(deqpTest), 1);
         EasyMock.expectLastCall().once();
 
+        // Expect the calls twice: setupTestEnvironment() and teardownTestEnvironment()
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+
         mockListener.testStarted(EasyMock.eq(testId));
         EasyMock.expectLastCall().once();
 
@@ -382,7 +405,7 @@
         mockListener.testEnded(EasyMock.eq(testId), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
-        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull());
+        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
         EasyMock.replay(mockDevice, mockIDevice);
@@ -518,13 +541,23 @@
                 + "--deqp-surface-type=window "
                 + "--deqp-log-images=disable "
                 + "--deqp-watchdog=enable",
-                CASE_LIST_FILE_NAME);
+                APP_DIR + CASE_LIST_FILE_NAME);
 
         runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output);
 
         mockListener.testRunStarted(getTestId(deqpTest), testPaths.length);
         EasyMock.expectLastCall().once();
 
+        // Expect the calls twice: setupTestEnvironment() and teardownTestEnvironment()
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+
         for (int i = 0; i < testPaths.length; i++) {
             mockListener.testStarted(EasyMock.eq(testIds[i]));
             EasyMock.expectLastCall().once();
@@ -535,7 +568,7 @@
             EasyMock.expectLastCall().once();
         }
 
-        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull());
+        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
         EasyMock.replay(mockDevice, mockIDevice);
@@ -605,6 +638,16 @@
         mockListener.testRunStarted(getTestId(deqpTest), expectedTests.size());
         EasyMock.expectLastCall().once();
 
+        // Expect the calls twice: setupTestEnvironment() and teardownTestEnvironment()
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+
         IDevice mockIDevice = EasyMock.createMock(IDevice.class);
         if (thereAreTests)
         {
@@ -624,7 +667,7 @@
             }
         }
 
-        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull());
+        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
         EasyMock.replay(mockDevice, mockIDevice);
@@ -767,7 +810,7 @@
                 = EasyMock.createStrictMock(ITestInvocationListener.class);
         mockListener.testRunStarted(getTestId(deqpTest), 0);
         EasyMock.expectLastCall().once();
-        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull());
+        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
         EasyMock.replay(mockListener);
@@ -835,7 +878,7 @@
                 + "--deqp-surface-type=window "
                 + "--deqp-log-images=disable "
                 + "--deqp-watchdog=enable",
-                CASE_LIST_FILE_NAME);
+                APP_DIR + CASE_LIST_FILE_NAME);
 
         // first try
         runInstrumentationLineAndAnswer(mockDevice, mockIDevice,
@@ -854,6 +897,16 @@
         mockListener.testRunStarted(getTestId(deqpTest), testPaths.length);
         EasyMock.expectLastCall().once();
 
+        // Expect the calls twice: setupTestEnvironment() and teardownTestEnvironment()
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+
         for (int i = 0; i < testPaths.length; i++) {
             mockListener.testStarted(EasyMock.eq(testIds[i]));
             EasyMock.expectLastCall().once();
@@ -868,7 +921,7 @@
             EasyMock.expectLastCall().once();
         }
 
-        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull());
+        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
         EasyMock.replay(mockDevice, mockIDevice);
@@ -910,8 +963,12 @@
 
         mockListener.testRunStarted(getTestId(deqpTest), 1);
         EasyMock.expectLastCall().once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
 
-        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull());
+        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
         EasyMock.replay(mockDevice);
@@ -953,7 +1010,11 @@
         mockListener.testRunStarted(getTestId(deqpTest), 1);
         EasyMock.expectLastCall().once();
 
-        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull());
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
         EasyMock.replay(mockDevice);
@@ -1046,7 +1107,7 @@
                     + "--deqp-surface-type=window "
                     + "--deqp-log-images=disable "
                     + "--deqp-watchdog=enable",
-                    CASE_LIST_FILE_NAME, rotation);
+                    APP_DIR + CASE_LIST_FILE_NAME, rotation);
 
             runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine,
                     output);
@@ -1055,13 +1116,23 @@
         mockListener.testRunStarted(getTestId(deqpTest), 1);
         EasyMock.expectLastCall().once();
 
+        // Expect the calls twice: setupTestEnvironment() and teardownTestEnvironment()
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+
         mockListener.testStarted(EasyMock.eq(testId));
         EasyMock.expectLastCall().once();
 
         mockListener.testEnded(EasyMock.eq(testId), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
-        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull());
+        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
         EasyMock.replay(mockDevice, mockIDevice);
@@ -1264,13 +1335,23 @@
         mockListener.testRunStarted(getTestId(deqpTest), 1);
         EasyMock.expectLastCall().once();
 
+        // Expect the calls twice: setupTestEnvironment() and teardownTestEnvironment()
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+
         mockListener.testStarted(EasyMock.eq(testId));
         EasyMock.expectLastCall().once();
 
         mockListener.testEnded(EasyMock.eq(testId), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
-        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull());
+        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
         EasyMock.replay(mockDevice);
@@ -1280,8 +1361,10 @@
         EasyMock.verify(mockDevice);
     }
 
-    public static interface RecoverableTestDevice extends ITestDevice {
-        public void recoverDevice() throws DeviceNotAvailableException;
+    /**
+     * Test interface to mock Tradefed device types.
+     */
+    public static interface RecoverableTestDevice extends ITestDevice, IManagedTestDevice {
     }
 
     private static enum RecoveryEvent {
@@ -1617,11 +1700,16 @@
                 + "--deqp-gl-minor-version=0");
 
         mockRunUtil.sleep(0);
-        EasyMock.expectLastCall().andThrow(new RunInterruptedException());
+        EasyMock.expectLastCall().andThrow(new RunInterruptedException(
+                "message", InfraErrorIdentifier.TRADEFED_SHUTTING_DOWN));
 
         mockListener.testRunStarted(getTestId(deqpTest), 1);
         EasyMock.expectLastCall().once();
-        mockListener.testRunEnded(EasyMock.anyLong(), (Map<String, String>) EasyMock.anyObject());
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>anyObject());
         EasyMock.expectLastCall().once();
 
         EasyMock.replay(mockDevice, mockIDevice);
@@ -1663,6 +1751,16 @@
             mockListener.testRunStarted(getTestId(shard), shardTests.size());
             EasyMock.expectLastCall().once();
 
+            // Expect the calls twice: setupTestEnvironment() and teardownTestEnvironment()
+            EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+                andReturn("").once();
+            EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+                andReturn("").once();
+            EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+                andReturn("").once();
+            EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+                andReturn("").once();
+
             expectRenderConfigQuery(mockDevice, 3, 0);
 
             String testOut = buildTestProcessOutput(shardTests);
@@ -1679,7 +1777,7 @@
                 EasyMock.expectLastCall().once();
             }
 
-            mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull());
+            mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull());
             EasyMock.expectLastCall().once();
 
             EasyMock.replay(mockDevice, mockIDevice);
@@ -1806,7 +1904,7 @@
                 + "--deqp-surface-type=window "
                 + "--deqp-log-images=disable "
                 + "--deqp-watchdog=enable",
-                CASE_LIST_FILE_NAME);
+                APP_DIR + CASE_LIST_FILE_NAME);
 
         runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine,
                 output);
@@ -1814,13 +1912,19 @@
         mockListener.testRunStarted(getTestId(deqpTest), 1);
         EasyMock.expectLastCall().once();
 
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+
         mockListener.testStarted(EasyMock.eq(testId));
         EasyMock.expectLastCall().once();
 
         mockListener.testFailed(EasyMock.eq(testId), EasyMock.<String>notNull());
-        EasyMock.expectLastCall().andThrow(new RunInterruptedException());
+        EasyMock.expectLastCall().andThrow(new RunInterruptedException(
+                "message", InfraErrorIdentifier.TRADEFED_SHUTTING_DOWN));
 
-        mockListener.testRunEnded(EasyMock.anyLong(), (Map<String, String>) EasyMock.anyObject());
+        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>anyObject());
         EasyMock.expectLastCall().once();
         EasyMock.replay(mockDevice, mockIDevice);
         EasyMock.replay(mockListener);
@@ -1963,13 +2067,23 @@
                 + "--deqp-surface-type=window "
                 + "--deqp-log-images=disable "
                 + "--deqp-watchdog=enable",
-                CASE_LIST_FILE_NAME);
+                APP_DIR + CASE_LIST_FILE_NAME);
 
         runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output);
 
         mockListener.testRunStarted(getTestId(deqpTest), testPaths.length);
         EasyMock.expectLastCall().once();
 
+        // Expect the calls twice: setupTestEnvironment() and teardownTestEnvironment()
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_pkgs"))).
+            andReturn("").once();
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("settings delete global angle_gl_driver_selection_values"))).
+            andReturn("").once();
+
         for (int i = 0; i < testPaths.length; i++) {
             mockListener.testStarted(EasyMock.eq(testIds[i]));
             EasyMock.expectLastCall().once();
@@ -1980,7 +2094,7 @@
             EasyMock.expectLastCall().once();
         }
 
-        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<Map<String, String>>notNull());
+        mockListener.testRunEnded(EasyMock.anyLong(), EasyMock.<HashMap<String, Metric>>notNull());
         EasyMock.expectLastCall().once();
 
         EasyMock.replay(mockDevice, mockIDevice);
@@ -2047,30 +2161,30 @@
             + "--deqp-surface-type=window "
             + "--deqp-log-images=disable "
             + "--deqp-watchdog=enable",
-            CASE_LIST_FILE_NAME);
+            APP_DIR + CASE_LIST_FILE_NAME);
         runInstrumentationLineAndAnswer(mockDevice, mockIDevice, null, cmd, output);
     }
 
     private void runInstrumentationLineAndAnswer(ITestDevice mockDevice, IDevice mockIDevice,
             final String testTrie, final String cmd, final String output) throws Exception {
-        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("rm " + CASE_LIST_FILE_NAME)))
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("rm " + APP_DIR + CASE_LIST_FILE_NAME)))
                 .andReturn("").once();
 
-        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("rm " + LOG_FILE_NAME)))
+        EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("rm " + APP_DIR + LOG_FILE_NAME)))
                 .andReturn("").once();
 
         if (testTrie == null) {
-            mockDevice.pushString((String)EasyMock.anyObject(), EasyMock.eq(CASE_LIST_FILE_NAME));
+            mockDevice.pushString((String)EasyMock.anyObject(), EasyMock.eq(APP_DIR + CASE_LIST_FILE_NAME));
         }
         else {
-            mockDevice.pushString(testTrie + "\n", CASE_LIST_FILE_NAME);
+            mockDevice.pushString(testTrie + "\n", APP_DIR + CASE_LIST_FILE_NAME);
         }
         EasyMock.expectLastCall().andReturn(true).once();
 
         String command = String.format(
                 "am instrument %s -w -e deqpLogFileName \"%s\" -e deqpCmdLine \"%s\" "
                     + "-e deqpLogData \"%s\" %s",
-                AbiUtils.createAbiFlag(ABI.getName()), LOG_FILE_NAME, cmd, false,
+                AbiUtils.createAbiFlag(ABI.getName()), APP_DIR + LOG_FILE_NAME, cmd, false,
                 INSTRUMENTATION_NAME);
 
         EasyMock.expect(mockDevice.getIDevice()).andReturn(mockIDevice);
diff --git a/executor/tools/xeExtractShaderPrograms.cpp b/executor/tools/xeExtractShaderPrograms.cpp
index 2d5378c..727ba87 100644
--- a/executor/tools/xeExtractShaderPrograms.cpp
+++ b/executor/tools/xeExtractShaderPrograms.cpp
@@ -66,6 +66,8 @@
 		case xe::ri::Shader::SHADERTYPE_MISS:				return "miss";
 		case xe::ri::Shader::SHADERTYPE_INTERSECTION:		return "sect";
 		case xe::ri::Shader::SHADERTYPE_CALLABLE:			return "call";
+		case xe::ri::Shader::SHADERTYPE_TASK:				return "task";
+		case xe::ri::Shader::SHADERTYPE_MESH:				return "mesh";
 
 		default:
 			throw xe::Error("Invalid shader type");
diff --git a/executor/xeTestCaseResult.hpp b/executor/xeTestCaseResult.hpp
index 79f0465..6fbf792 100644
--- a/executor/xeTestCaseResult.hpp
+++ b/executor/xeTestCaseResult.hpp
@@ -326,6 +326,8 @@
 		SHADERTYPE_MISS,
 		SHADERTYPE_INTERSECTION,
 		SHADERTYPE_CALLABLE,
+		SHADERTYPE_TASK,
+		SHADERTYPE_MESH,
 
 		SHADERTYPE_LAST
 	};
diff --git a/executor/xeTestLogWriter.cpp b/executor/xeTestLogWriter.cpp
index c7e389a..f4cce6e 100644
--- a/executor/xeTestLogWriter.cpp
+++ b/executor/xeTestLogWriter.cpp
@@ -308,6 +308,8 @@
 				case ri::Shader::SHADERTYPE_MISS:				tagName = "MissShader";				break;
 				case ri::Shader::SHADERTYPE_INTERSECTION:		tagName = "IntersectionShader";		break;
 				case ri::Shader::SHADERTYPE_CALLABLE:			tagName = "CallableShader";			break;
+				case ri::Shader::SHADERTYPE_TASK:				tagName = "TaskShader";				break;
+				case ri::Shader::SHADERTYPE_MESH:				tagName = "MeshShader";				break;
 
 				default:
 					throw Error("Unknown shader type");
diff --git a/executor/xeTestResultParser.cpp b/executor/xeTestResultParser.cpp
index c21ddd5..2f31601 100644
--- a/executor/xeTestResultParser.cpp
+++ b/executor/xeTestResultParser.cpp
@@ -161,7 +161,9 @@
 	{ 0x8c64a6be,	"ClosestHitShader",		ri::Shader::SHADERTYPE_CLOSEST_HIT		},
 	{ 0xb30ed398,	"MissShader",			ri::Shader::SHADERTYPE_MISS				},
 	{ 0x26150e53,	"IntersectionShader",	ri::Shader::SHADERTYPE_INTERSECTION		},
-	{ 0x7e50944c,	"CallableShader",		ri::Shader::SHADERTYPE_CALLABLE			}
+	{ 0x7e50944c,	"CallableShader",		ri::Shader::SHADERTYPE_CALLABLE			},
+	{ 0xc3a35d6f,	"TaskShader",			ri::Shader::SHADERTYPE_TASK				},
+	{ 0x925c7349,	"MeshShader",			ri::Shader::SHADERTYPE_MESH				},
 };
 
 static const EnumMapEntry s_testTypeMap[] =
diff --git a/external/openglcts/modules/common/glcSpirvUtils.cpp b/external/openglcts/modules/common/glcSpirvUtils.cpp
index aff5e73..dc41878 100644
--- a/external/openglcts/modules/common/glcSpirvUtils.cpp
+++ b/external/openglcts/modules/common/glcSpirvUtils.cpp
@@ -59,7 +59,8 @@
 {
 	static const EShLanguage stageMap[] = {
 		EShLangVertex, EShLangFragment, EShLangGeometry, EShLangTessControl, EShLangTessEvaluation, EShLangCompute,
-		EShLangRayGen, EShLangAnyHit, EShLangClosestHit, EShLangMiss, EShLangIntersect, EShLangCallable
+		EShLangRayGen, EShLangAnyHit, EShLangClosestHit, EShLangMiss, EShLangIntersect, EShLangCallable, EShLangTaskNV,
+		EShLangMeshNV
 	};
 
 	return de::getSizedArrayElement<glu::SHADERTYPE_LAST>(stageMap, type);
diff --git a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_compute_fp16_mat_3x3.amber b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_compute_fp16_mat_3x3.amber
index 0b5735b..bf4c318 100644
--- a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_compute_fp16_mat_3x3.amber
+++ b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_compute_fp16_mat_3x3.amber
@@ -106,23 +106,23 @@
 # Decimals between 0.5 and 1: 0.00048828125
 EXPECT bufOut IDX  2 TOLERANCE  0.00048828125    EQ    -1
 
-# Decimals between 0.0625 and 0.125: 6.103515625e-05
-EXPECT bufOut IDX  4 TOLERANCE  0.00006103515625 EQ    -0.0858154296875
+# Decimals between 0.0625 and 0.125: 0.0001220703125
+EXPECT bufOut IDX  4 TOLERANCE  0.0001220703125  EQ    -0.0858154296875
 
-# Decimals between 8 and 16: 0.0078125
-EXPECT bufOut IDX  6 TOLERANCE  0.0078125        EQ     9.5156
+# Decimals between 8 and 16: 0.015625
+EXPECT bufOut IDX  6 TOLERANCE  0.015625         EQ     9.5156
 
 # Integers between 4096 and 8192: 4
 EXPECT bufOut IDX  8 TOLERANCE  4.0              EQ  5140
 
-# Integers between 32768 and 65536: 32
-EXPECT bufOut IDX 10 TOLERANCE 32.0              EQ 39424
+# Integers between 32768 and 65536: 128
+EXPECT bufOut IDX 10 TOLERANCE 128               EQ 39424
 
-# Decimals between 1024 and 2048: 1.0
-EXPECT bufOut IDX 12 TOLERANCE  1.0              EQ -1739.0
+# Decimals between 1024 and 2048: 4.0
+EXPECT bufOut IDX 12 TOLERANCE  4.0              EQ -1739.0
 
-# Decimals between 128 and 256:  0.125
-EXPECT bufOut IDX 14 TOLERANCE  0.25             EQ   234.75
+# Decimals between 128 and 256:  1.0
+EXPECT bufOut IDX 14 TOLERANCE  1.0             EQ   234.75
 
 # Decimals between 256 and 512: 0.25
 EXPECT bufOut IDX 16 TOLERANCE  0.5              EQ   465.25
diff --git a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_compute_fp16_mat_4x4.amber b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_compute_fp16_mat_4x4.amber
index 6995e55..68b8db7 100644
--- a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_compute_fp16_mat_4x4.amber
+++ b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_compute_fp16_mat_4x4.amber
@@ -116,26 +116,26 @@
 # Decimals between 0.5 and 1: 0.00048828125
 EXPECT bufOut IDX  2 TOLERANCE  0.00048828125  EQ    -1.0
 
-# Decimals between 0.25 and 0.5: 0.000244140625
-EXPECT bufOut IDX  4 TOLERANCE  0.000244140625 EQ    -0.3641016781
+# Decimals between 0.25 and 0.5: 0.00146484375
+EXPECT bufOut IDX  4 TOLERANCE  0.00146484375  EQ    -0.3641016781
 
 # Decimals between 32 and 64: 0.03125
 EXPECT bufOut IDX  6 TOLERANCE  0.125          EQ    46.3125
 
-# Decimals between 1024 and 2048: 1.0
-EXPECT bufOut IDX  8 TOLERANCE  4.0            EQ -1840
+# Decimals between 1024 and 2048: 6.0
+EXPECT bufOut IDX  8 TOLERANCE  6.0            EQ -1840
 
-# Integers between 4096 and 8192: 4
-EXPECT bufOut IDX 10 TOLERANCE  4              EQ  6036
+# Integers between 4096 and 8192: 12
+EXPECT bufOut IDX 10 TOLERANCE  12              EQ  6036
 
-# Integers between 8192 and 16384: 8
-EXPECT bufOut IDX 12 TOLERANCE 8               EQ 13472
+# Integers between 8192 and 16384: 32
+EXPECT bufOut IDX 12 TOLERANCE 32               EQ 13472
 
-# Integers between 32768 and 65536: 32
-EXPECT bufOut IDX 14 TOLERANCE 32              EQ 40192
+# Integers between 32768 and 65536: 128
+EXPECT bufOut IDX 14 TOLERANCE 128              EQ 40192
 
-# Integers between 16384 and 32768: 16
-EXPECT bufOut IDX 16 TOLERANCE 16              EQ 20800
+# Integers between 16384 and 32768: 96
+EXPECT bufOut IDX 16 TOLERANCE 96              EQ 20800
 
-# Integers between 2048 and 4096: 2
-EXPECT bufOut IDX 18 TOLERANCE  2              EQ -3212
\ No newline at end of file
+# Integers between 2048 and 4096: 4
+EXPECT bufOut IDX 18 TOLERANCE  4              EQ -3212
\ No newline at end of file
diff --git a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_compute_fp64_mat_3x3.amber b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_compute_fp64_mat_3x3.amber
index e468da4..9503e36 100644
--- a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_compute_fp64_mat_3x3.amber
+++ b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_compute_fp64_mat_3x3.amber
@@ -124,4 +124,4 @@
 EXPECT bufOut IDX 64 TOLERANCE 0.00048828125              EQ  -2382539145823.611328125
 
 # Decimals between 131072 and 262144: 2.910383046e-11
-EXPECT bufOut IDX 72 TOLERANCE 0.00000000002910383        EQ         -194083.93092791094919429
\ No newline at end of file
+EXPECT bufOut IDX 72 TOLERANCE 0.00000000002910383046     EQ         -194083.93092791094919429
diff --git a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_highp_mat_3x3.amber b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_highp_mat_3x3.amber
index 4776c0c..d60d851 100644
--- a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_highp_mat_3x3.amber
+++ b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_highp_mat_3x3.amber
@@ -104,8 +104,8 @@
 # Decimals between 0.0625 and 0.125: 1.490116119e-08
 EXPECT bufOut IDX  8 TOLERANCE        0.00000011920928955078125 EQ              -0.0858734846115112
 
-# Decimals between 8 and 16: 9.536743164e-07
-EXPECT bufOut IDX 12 TOLERANCE        0.00000095367432          EQ               9.51731491088867
+# Decimals between 8 and 16: 0.00000190734864
+EXPECT bufOut IDX 12 TOLERANCE        0.00000190734864          EQ               9.51731491088867
 
 # Decimals between 4096 and 8192: 0.00048828125
 EXPECT bufOut IDX 16 TOLERANCE        0.00048828125             EQ           -4572.8198749709125947182780748699
@@ -116,11 +116,11 @@
 # Integers between 1.407374884e+14 and 2.814749767e+14: 16777216
 EXPECT bufOut IDX 24 TOLERANCE 33554432                         EQ 193279131910144
 
-# Decimals between 1048576 and 2097152: 0.125
-EXPECT bufOut IDX 28 TOLERANCE        0.125                     EQ         1056597.5
+# Decimals between 1048576 and 2097152: 0.250
+EXPECT bufOut IDX 28 TOLERANCE        0.250                     EQ         1056597.5
 
-# Integers between 2.199023256e+12 and 4.398046511e+12: 262144
-EXPECT bufOut IDX 32 TOLERANCE  262144                          EQ  -2382539145824
+# Integers between 2.199023256e+12 and 4.398046511e+12: 524288
+EXPECT bufOut IDX 32 TOLERANCE  524288                          EQ  -2382539145824
 
 # Decimals between 131072 and 262144: 0.015625
 EXPECT bufOut IDX 36 TOLERANCE       0.03125                    EQ         -194083.90625
\ No newline at end of file
diff --git a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_highp_mat_4x4.amber b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_highp_mat_4x4.amber
index 6e25b29..d9f613c 100644
--- a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_highp_mat_4x4.amber
+++ b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/determinant_highp_mat_4x4.amber
@@ -111,14 +111,14 @@
 # Decimals between 0.25 and 0.5: 2.384185791e-07
 EXPECT bufOut IDX  8 TOLERANCE 0.000030517578125  EQ       -0.364101678133011
 
-# Decimals between 1024 and 2048: 0.0001220703125
-EXPECT bufOut IDX 12 TOLERANCE 0.000244140625     EQ     1219.946419379439168064366576570556410934016
+# Decimals between 1024 and 2048: 0.00048828125
+EXPECT bufOut IDX 12 TOLERANCE 0.00048828125      EQ     1219.946419379439168064366576570556410934016
 
-# Decimals between 1024 and 2048: 0.0001220703125
-EXPECT bufOut IDX 16 TOLERANCE 0.0001220703125    EQ    -1924.85973816225951203237126921896020732
+# Decimals between 1024 and 2048: 0.001220703125
+EXPECT bufOut IDX 16 TOLERANCE 0.001220703125     EQ    -1924.85973816225951203237126921896020732
 
-# Decimals between 4096 and 8192: 0.00048828125
-EXPECT bufOut IDX 20 TOLERANCE 0.00048828125      EQ     6034.51084090743653255911117932092367232645
+# Decimals between 4096 and 8192: 0.0048828125
+EXPECT bufOut IDX 20 TOLERANCE 0.0048828125       EQ     6034.51084090743653255911117932092367232645
 
 # Decimals between 8192 and 16384: 0.0009765625
 EXPECT bufOut IDX 24 TOLERANCE 0.0625             EQ   -10978.146941518156549970360707
@@ -129,5 +129,5 @@
 # Decimals between 0.0009765625 and 0.001953125: 0.000061035156
 EXPECT bufOut IDX 32 TOLERANCE 0.000061035156     EQ        0.0009920748085783632901867328594585
 
-# Decimal between 4194304 and 8388608: 0.5
-EXPECT bufOut IDX 36 TOLERANCE 4                  EQ 47256980
\ No newline at end of file
+# Decimal between 4194304 and 8388608: 20
+EXPECT bufOut IDX 36 TOLERANCE 20                 EQ 47256980
\ No newline at end of file
diff --git a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_compute_fp16_mat_3x3.amber b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_compute_fp16_mat_3x3.amber
index 3383e47..b9dbb9c 100644
--- a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_compute_fp16_mat_3x3.amber
+++ b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_compute_fp16_mat_3x3.amber
@@ -109,8 +109,8 @@
 # Decimals between 256 and 512: 0.25
 EXPECT bufOut IDX  48 TOLERANCE 0.25            EQ -0.000839710235595703  2.47265625          -2.908203125           -0.125732421875   333.75               -200.125                -0.0154953002929688  -23.609375             14.15625
 
-# Decimals between 64 and 128: 0.0625
-EXPECT bufOut IDX  72 TOLERANCE 0.0625          EQ -5.10546875            0.00291061401367188  0.07562255859375     -90.8125             0.607421875           1.3447265625         -0.96240234375         0.000651359558105469 -0.0227813720703125
+# Decimals between 64 and 128: 0.125
+EXPECT bufOut IDX  72 TOLERANCE 0.125           EQ -5.10546875            0.00291061401367188  0.07562255859375     -90.8125             0.607421875           1.3447265625         -0.96240234375         0.000651359558105469 -0.0227813720703125
 
 # Decimals between 0.25 and 0.5: 0.000244140625
 EXPECT bufOut IDX  96 TOLERANCE 0.000244140625  EQ -0.04931640625        -0.0047760009765625  -0.385986328125         0.0273895263672    0.0103378295898438   -0.023681640625        0.036346435546875    -0.00150966644287109  -0.07208251953125
@@ -118,8 +118,8 @@
 # Decimals between 0.5 and 1: 0.00048828125
 EXPECT bufOut IDX 120 TOLERANCE 0.00048828125   EQ -0.0073711             0.20852935          -0.04752852            -0.07230215         0.03351298            0.300247073           0.14224312           -0.03575948            0.560298204
 
-# Decimals between 0.125 and 0.25: 0.0001220703125
-EXPECT bufOut IDX 144 TOLERANCE 0.0001220703125 EQ  0.0462192446          0.00804401748        0.028658431           -0.03377546        -0.05020383           -0.2381591796875      -0.0279215015         -0.0650251061         -0.0317565352
+# Decimals between 0.125 and 0.25: 0.000244140625
+EXPECT bufOut IDX 144 TOLERANCE 0.000244140625  EQ  0.0462192446          0.00804401748        0.028658431           -0.03377546        -0.05020383           -0.2381591796875      -0.0279215015         -0.0650251061         -0.0317565352
 
 # Decimals between 4 and 8: 0.00390625
 EXPECT bufOut IDX 168 TOLERANCE 0.03125         EQ  0.117026463          -0.0347934514         0.0236943774           1.06405377        -0.274251282           0.0417966172         -4.3359375             1.32951331           -0.177455068
diff --git a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_compute_fp16_mat_4x4.amber b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_compute_fp16_mat_4x4.amber
index 87b70b1..74ef7e6 100644
--- a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_compute_fp16_mat_4x4.amber
+++ b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_compute_fp16_mat_4x4.amber
@@ -116,20 +116,20 @@
 # Decimals between 0.5 and 1: 0.00048828125
 EXPECT bufOut IDX  32 TOLERANCE 0.00048828125 EQ  1.0                0.0            -0.0              0.0            -0.0             -0.0             1.0            -0.0           -0.0             1.0            -0.0             0.0            0.0            -0.0             0.0             1.0
 
-# Decimals between 8 and 16: 0.0078125
-EXPECT bufOut IDX  64 TOLERANCE 0.0078125     EQ -9.75               2.373046875    -0.02033996582   -0.09899902344  -1.012695312      1.044921875    -0.001180648804  0.2600097656   1.372070312     0.5961914062   -0.947265625    -0.3430175781   1.205078125     0.1840820312   -0.001552581787 -0.2004394531
+# Decimals between 8 and 16: 0.015625
+EXPECT bufOut IDX  64 TOLERANCE 0.015625      EQ -9.75               2.373046875    -0.02033996582   -0.09899902344  -1.012695312      1.044921875    -0.001180648804  0.2600097656   1.372070312     0.5961914062   -0.947265625    -0.3430175781   1.205078125     0.1840820312   -0.001552581787 -0.2004394531
 
 # Decimals between 1 and 2: 0.0009765625
 EXPECT bufOut IDX  96 TOLERANCE 0.00390625    EQ -0.25830078125      0.65869140625  -1.328125        -0.25            0.1091918945312 -0.223876953125  0.263427734375 -1.9091796875  -0.114807128906  0.081237792969 -0.117004394531  0.39819335938  0.071411132813 -0.17797851563   0.125          -0.188720703125
 
-# Decimals between 2 and 4: 0.001953125
-EXPECT bufOut IDX 128 TOLERANCE 0.0078125     EQ  2.904296875       -0.028793334961 -1.787109375      2.67578125      0.0009551048279  0.002325057983 -0.154663085938  0.06018066406 -2.150390625     0.057708740234  1.4150390625   -2.4140625      0.359619140625  0.031829833984 -0.262451171875  0.490966796875
+# Decimals between 2 and 4: 0.03125
+EXPECT bufOut IDX 128 TOLERANCE 0.03125       EQ  2.904296875       -0.028793334961 -1.787109375      2.67578125      0.0009551048279  0.002325057983 -0.154663085938  0.06018066406 -2.150390625     0.057708740234  1.4150390625   -2.4140625      0.359619140625  0.031829833984 -0.262451171875  0.490966796875
 
 # Decimals between 0.5 and 1: 0.00048828125
 EXPECT bufOut IDX 160 TOLERANCE 0.0009765625  EQ -0.3486328125      -0.2998046875    0.40576171875   -0.287841796875 -0.1229248046875 -0.4833984375    0.58935546875  -0.80029296875  0.343505859375  0.265380859375 -0.114685058594  0.46508789063  0.004291534424 -0.096862792969 -0.009376525879 -0.061584472656
 
-# Decimals between 1 and 2: 0.0009765625
-EXPECT bufOut IDX 192 TOLERANCE 0.001953125   EQ  0.363037109375     0.443603515625 -0.158935546875   0.2998046875    0.76513671875    0.86279296875   0.046173095703  0.9580078125   0.89794921875   0.78125        -0.26708984375   1.123046875    0.276611328125  0.045043945313  0.179931640625  0.09088134765625
+# Decimals between 1 and 2: 0.00390625
+EXPECT bufOut IDX 192 TOLERANCE 0.00390625    EQ  0.363037109375     0.443603515625 -0.158935546875   0.2998046875    0.76513671875    0.86279296875   0.046173095703  0.9580078125   0.89794921875   0.78125        -0.26708984375   1.123046875    0.276611328125  0.045043945313  0.179931640625  0.09088134765625
 
 # Decimals between 8 and 16: 0.0078125
 EXPECT bufOut IDX 224 TOLERANCE 0.0078125     EQ -0.007389068603516 -0.015106201172 -0.0160217285156 -0.1392822265625 0.0204010009766  6.03515625     -1.1005859375    0.01950073242  0.130981445313 13.6171875       2.984375        0.12780761719  2.5             1.955078125     0.7158203125    0.034423828125
@@ -137,5 +137,5 @@
 # Decimals between 4 and 8: 0.00390625
 EXPECT bufOut IDX 256 TOLERANCE 0.015625      EQ  0.185058594        0.563476563    -0.702148438      0.023651123    -0.302001953     -1.12011719      0.921875       -0.0106582642   0.680664063     4.0078125      -3.23632813      0.159667969   -1.015625       -3.1796875       2.65625        -0.13659668
 
-# Decimals between 16 and 32: 0.015625
-EXPECT bufOut IDX 288 TOLERANCE 0.0625        EQ -0.04522705078125   0.0146484375   -0.0323791503906 -0.264892578125  2.169921875     -1.52734375      0.0387878417969 6.15234375     5.609375       -5.765625        0.197387695313 28.546875       0.75244140625  -0.47607421875   0.035095214844  4.28125
\ No newline at end of file
+# Decimals between 16 and 32: 0.250
+EXPECT bufOut IDX 288 TOLERANCE 0.250        EQ -0.04522705078125   0.0146484375   -0.0323791503906 -0.264892578125  2.169921875     -1.52734375      0.0387878417969 6.15234375     5.609375       -5.765625        0.197387695313 28.546875       0.75244140625  -0.47607421875   0.035095214844  4.28125
\ No newline at end of file
diff --git a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_highp_mat_3x3.amber b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_highp_mat_3x3.amber
index 5d99e77..f9ad16d 100644
--- a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_highp_mat_3x3.amber
+++ b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_highp_mat_3x3.amber
@@ -104,8 +104,8 @@
 # Decimals between 256 and 512: 0.000030517578
 EXPECT bufOut IDX  96 TOLERANCE 0.0001220703125            EQ -0.000841470318846405  2.47503590583801     -2.91358804702759      -0.125859543681145    334.21240234375        -200.526702880859       -0.0154878990724683   -23.6396560668945      14.1838817596436
 
-# Decimals between 64 and 128: 7.629394531e-06
-EXPECT bufOut IDX 144 TOLERANCE 0.00000762939453125        EQ -5.10645771026611      0.002910484559834     0.0756462663412094   -90.8060684204102        0.607314109802246       1.34424042701721     -0.962456285953522      0.000651444192044437 -0.0227795336395502
+# Decimals between 64 and 128: 0.0000152587890625
+EXPECT bufOut IDX 144 TOLERANCE 0.0000152587890625         EQ -5.10645771026611      0.002910484559834     0.0756462663412094   -90.8060684204102        0.607314109802246       1.34424042701721     -0.962456285953522      0.000651444192044437 -0.0227795336395502
 
 # Decimals between 2 and 4: 2.384185791e-07
 EXPECT bufOut IDX 192 TOLERANCE 0.00000095367431640625     EQ -0.0047673             0.0039363             0.00885668            -2.20739               -0.0122463              -0.0275541             0.0235828             -0.000206             -0.0254635
@@ -113,8 +113,8 @@
 # Decimals between 0.125 and 0.25: 2.980232239e-08
 EXPECT bufOut IDX 240 TOLERANCE 0.000000029802322          EQ  0.00730470707640052  -0.0097436523064971    0.000363870232831687   0.199062883853912      0.0123700648546219     -0.000852582859806716  0.00446591060608625   -0.00609596818685532   0.0127278454601765
 
-# Decimals between 6.103515625e-05 and 0.0001220703125: 1.455191523e-11
-EXPECT bufOut IDX 288 TOLERANCE 0.000000000058207661       EQ  0.0000500957         -9.86394e-6           -0.0000945288           0.000034971           -4.68581e-6             -0.0000320154          0.0000104344          -4.78159e-6           -0.0000148565
+# Decimals between 6.103515625e-05 and 0.0001220703125: 0.000000000116415322
+EXPECT bufOut IDX 288 TOLERANCE 0.000000000116415322       EQ  0.0000500957         -9.86394e-6           -0.0000945288           0.000034971           -4.68581e-6             -0.0000320154          0.0000104344          -4.78159e-6           -0.0000148565
 
 # Decimals between 0.015625 and 0.03125: 3.725290298e-09
 EXPECT bufOut IDX 336 TOLERANCE 0.0000000037252903         EQ -0.0040613            -0.0016448958          0.0015608298         -0.00225368627           0.00936823816           0.00736300733         0.00223446417          0.0083491074         -0.0188213388
diff --git a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_highp_mat_4x4.amber b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_highp_mat_4x4.amber
index 283c8df..fd9fc7a 100644
--- a/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_highp_mat_4x4.amber
+++ b/external/vulkancts/data/vulkan/amber/builtin/precision/square_matrix/inverse_highp_mat_4x4.amber
@@ -117,8 +117,8 @@
 # Decimals between 1.0 and 2.0: 1.192092896e-07
 EXPECT bufOut  IDX 192 TOLERANCE 0.0000019073486328125     EQ  -0.0168082286     0.12384747        0.845064819     -0.781796575       0.000907236419 -0.0214464739  -1.57553554      0.176593229       0.00229837489  -0.00698044337  -0.0420508794  -1.2064817      -0.00631771749     0.0192425679    0.129711106    -0.121202044
 
-# Decimals between 16.0 and 32.0: 1.907348633e-06
-EXPECT bufOut  IDX 256 TOLERANCE 0.000003814697265625      EQ   0.00122987852    0.00145957421     1.86470127      -0.00404912047     0.00249933568   0.0158962216   6.0246582       0.0395465195     -0.0102730356    0.213239029    22.1535034     -0.0479744636    0.00648548035     0.0682709441  -15.6313314       0.039116513
+# Decimals between 16.0 and 32.0: 0.00000762939453125
+EXPECT bufOut  IDX 256 TOLERANCE 0.00000762939453125       EQ   0.00122987852    0.00145957421     1.86470127      -0.00404912047     0.00249933568   0.0158962216   6.0246582       0.0395465195     -0.0102730356    0.213239029    22.1535034     -0.0479744636    0.00648548035     0.0682709441  -15.6313314       0.039116513
 
 # Decimals between 8.0 and 16.0: 4.768371582e-07
 EXPECT bufOut  IDX 320 TOLERANCE 0.0000019073486328125     EQ   0.000238085719  -0.0114304526     -0.0857740417     2.43061924       -0.000347720925  0.0103370408   0.116703264     0.556987405      -0.00621549273  -0.111766778    -1.26907849    -6.53953838     -0.000287105795    0.0138828233   -0.421862274    -2.94020963
@@ -129,8 +129,8 @@
 # Decimal between 128.0 and 256.0: 1.525878906e-05
 EXPECT bufOut  IDX 448 TOLERANCE 0.000030517578125         EQ -97.8582306683738  7.50313409032798 -26.11700244793 -60.3856322136104 -82.695723129405 12.73964545836 14.21707270207 -11.54937328259  -212.810493696114 47.112979745172 -5.26643151068 -5.356855156269 30.9525814487582 -11.506751754761  3.802741640015 22.63139785364
 
-# Decimal between 64.0 and 128.0: 7.629394531e-06
-EXPECT bufOut  IDX 512 TOLERANCE 0.0000152587890625        EQ -97.2800533563974 -8.23035776027672 -8.778950323977   6.4800607683722   3.742999521995  1.33217195402  1.1478907969   -1.981502984114  -17.471227158394  0.211605306995  6.51915413939  1.211891597268 -2.9408727618766  -1.046773821906 -0.488897983374  0.22426761655
+# Decimal between 64.0 and 128.0: 0.000030517578125
+EXPECT bufOut  IDX 512 TOLERANCE 0.000030517578125         EQ -97.2800533563974 -8.23035776027672 -8.778950323977   6.4800607683722   3.742999521995  1.33217195402  1.1478907969   -1.981502984114  -17.471227158394  0.211605306995  6.51915413939  1.211891597268 -2.9408727618766  -1.046773821906 -0.488897983374  0.22426761655
 
 # Decimal between 0.015625 and 0.03125: 3.814697266e-06
 EXPECT bufOut  IDX 576 TOLERANCE 0.00000762939453125       EQ  -0.0144786923213  0.00890167299754 -0.029597616043   0.0009596401839   0.010619435818 -0.0196777493   0.00855626442   0.001746674163   -0.012082393287  0.020359445256 -0.00236542194  0.000245421422 -0.001024429515    0.016375778305 -0.023586607469  0.00161076438
\ No newline at end of file
diff --git a/external/vulkancts/framework/vulkan/CMakeLists.txt b/external/vulkancts/framework/vulkan/CMakeLists.txt
index 661b798..0358d41 100644
--- a/external/vulkancts/framework/vulkan/CMakeLists.txt
+++ b/external/vulkancts/framework/vulkan/CMakeLists.txt
@@ -126,6 +126,10 @@
 
 set(VKUTIL_LIBS ${VKUTIL_LIBS} SPIRV-Tools SPIRV-Tools-opt)
 
+if(DEQP_HAVE_RENDERDOC_HEADER)
+	add_definitions(-DDEQP_HAVE_RENDERDOC_HEADER=1)
+endif()
+
 PCH(VKUTILNOSHADER_SRCS ../../modules/vulkan/pch.cpp)
 PCH(VKUTIL_SRCS ../../modules/vulkan/pch.cpp)
 
diff --git a/external/vulkancts/framework/vulkan/vkBasicTypes.inl b/external/vulkancts/framework/vulkan/vkBasicTypes.inl
index a73386d..fcf8dd1 100644
--- a/external/vulkancts/framework/vulkan/vkBasicTypes.inl
+++ b/external/vulkancts/framework/vulkan/vkBasicTypes.inl
@@ -705,6 +705,8 @@
 	VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_EXT						= 1000388001,
 	VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT							= 1000392000,
 	VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT							= 1000392001,
+	VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BORDER_COLOR_SWIZZLE_FEATURES_EXT					= 1000411000,
+	VK_STRUCTURE_TYPE_SAMPLER_BORDER_COLOR_COMPONENT_MAPPING_CREATE_INFO_EXT			= 1000411001,
 	VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT			= 1000412000,
 	VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR						= 1000413000,
 	VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR						= 1000413001,
@@ -1733,6 +1735,9 @@
 	VK_DRIVER_ID_COREAVI_PROPRIETARY			= 15,
 	VK_DRIVER_ID_JUICE_PROPRIETARY				= 16,
 	VK_DRIVER_ID_VERISILICON_PROPRIETARY		= 17,
+	VK_DRIVER_ID_MESA_TURNIP					= 18,
+	VK_DRIVER_ID_MESA_V3DV						= 19,
+	VK_DRIVER_ID_MESA_PANVK						= 20,
 	VK_DRIVER_ID_AMD_PROPRIETARY_KHR			= VK_DRIVER_ID_AMD_PROPRIETARY,
 	VK_DRIVER_ID_AMD_OPEN_SOURCE_KHR			= VK_DRIVER_ID_AMD_OPEN_SOURCE,
 	VK_DRIVER_ID_MESA_RADV_KHR					= VK_DRIVER_ID_MESA_RADV,
@@ -4049,7 +4054,7 @@
 VK_DEFINE_PLATFORM_TYPE(Win32MonitorHandle,			void*)
 VK_DEFINE_PLATFORM_TYPE(Win32LPCWSTR,				const void*)
 VK_DEFINE_PLATFORM_TYPE(RROutput,					void*)
-VK_DEFINE_PLATFORM_TYPE(zx_handle_t,				int32_t)
+VK_DEFINE_PLATFORM_TYPE(zx_handle_t,				uint32_t)
 VK_DEFINE_PLATFORM_TYPE(GgpFrameToken,				int32_t)
 VK_DEFINE_PLATFORM_TYPE(GgpStreamDescriptor,		int32_t)
 VK_DEFINE_PLATFORM_TYPE(CAMetalLayer,				void*)
@@ -4288,6 +4293,7 @@
 #define VK_EXT_GLOBAL_PRIORITY_QUERY_SPEC_VERSION 1
 #define VK_EXT_MULTI_DRAW_SPEC_VERSION 1
 #define VK_EXT_LOAD_STORE_OP_NONE_SPEC_VERSION 1
+#define VK_EXT_BORDER_COLOR_SWIZZLE_SPEC_VERSION 1
 #define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_SPEC_VERSION 1
 #define VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION 12
 #define VK_KHR_RAY_TRACING_PIPELINE_SPEC_VERSION 1
diff --git a/external/vulkancts/framework/vulkan/vkDeviceExtensions.inl b/external/vulkancts/framework/vulkan/vkDeviceExtensions.inl
index e60d749..12a21c4 100644
--- a/external/vulkancts/framework/vulkan/vkDeviceExtensions.inl
+++ b/external/vulkancts/framework/vulkan/vkDeviceExtensions.inl
@@ -83,5 +83,7 @@
 	"VK_KHR_format_feature_flags2",
 	"VK_KHR_maintenance4",
 	"VK_KHR_dynamic_rendering",
+	"VK_EXT_border_color_swizzle",
+	"VK_NV_mesh_shader",
 };
 
diff --git a/external/vulkancts/framework/vulkan/vkDeviceFeatureTest.inl b/external/vulkancts/framework/vulkan/vkDeviceFeatureTest.inl
index b9e16c1..044c8ae 100644
--- a/external/vulkancts/framework/vulkan/vkDeviceFeatureTest.inl
+++ b/external/vulkancts/framework/vulkan/vkDeviceFeatureTest.inl
@@ -1123,6 +1123,17 @@
 	checkFeatures(vkp, instance, instanceDriver, physicalDevice, 1, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, numErrors, resultCollector, &extensionNames, emptyDeviceFeatures);
 }
 
+if (const void* featuresStruct = findStructureInChain(const_cast<const void*>(deviceFeatures2.pNext), getStructureType<VkPhysicalDeviceBorderColorSwizzleFeaturesEXT>()))
+{
+	static const Feature features[] =
+	{
+		FEATURE_ITEM (VkPhysicalDeviceBorderColorSwizzleFeaturesEXT, borderColorSwizzle),
+		FEATURE_ITEM (VkPhysicalDeviceBorderColorSwizzleFeaturesEXT, borderColorSwizzleFromImage),
+	};
+	auto* supportedFeatures = reinterpret_cast<const VkPhysicalDeviceBorderColorSwizzleFeaturesEXT*>(featuresStruct);
+	checkFeatures(vkp, instance, instanceDriver, physicalDevice, 2, features, supportedFeatures, queueFamilyIndex, queueCount, queuePriority, numErrors, resultCollector, &extensionNames, emptyDeviceFeatures);
+}
+
 if (const void* featuresStruct = findStructureInChain(const_cast<const void*>(deviceFeatures2.pNext), getStructureType<VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT>()))
 {
 	static const Feature features[] =
diff --git a/external/vulkancts/framework/vulkan/vkDeviceFeatures.inl b/external/vulkancts/framework/vulkan/vkDeviceFeatures.inl
index 12ee7fb..a3d894e 100644
--- a/external/vulkancts/framework/vulkan/vkDeviceFeatures.inl
+++ b/external/vulkancts/framework/vulkan/vkDeviceFeatures.inl
@@ -11,6 +11,7 @@
 #define VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME "VK_KHR_acceleration_structure"
 #define VK_EXT_ASTC_DECODE_MODE_EXTENSION_NAME "VK_EXT_astc_decode_mode"
 #define VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME "VK_EXT_blend_operation_advanced"
+#define VK_EXT_BORDER_COLOR_SWIZZLE_EXTENSION_NAME "VK_EXT_border_color_swizzle"
 #define VK_KHR_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME "VK_KHR_buffer_device_address"
 #define VK_EXT_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME "VK_EXT_buffer_device_address"
 #define DECL_AMD_COHERENT_MEMORY_EXTENSION_NAME "not_existent_feature"
@@ -294,6 +295,7 @@
 template<> void initFeatureFromBlob<VkPhysicalDeviceColorWriteEnableFeaturesEXT>(VkPhysicalDeviceColorWriteEnableFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT>(VkPhysicalDeviceGlobalPriorityQueryFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceMultiDrawFeaturesEXT>(VkPhysicalDeviceMultiDrawFeaturesEXT&, const AllFeaturesBlobs&) {}
+template<> void initFeatureFromBlob<VkPhysicalDeviceBorderColorSwizzleFeaturesEXT>(VkPhysicalDeviceBorderColorSwizzleFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT>(VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceAccelerationStructureFeaturesKHR>(VkPhysicalDeviceAccelerationStructureFeaturesKHR&, const AllFeaturesBlobs&) {}
 template<> void initFeatureFromBlob<VkPhysicalDeviceRayTracingPipelineFeaturesKHR>(VkPhysicalDeviceRayTracingPipelineFeaturesKHR&, const AllFeaturesBlobs&) {}
@@ -301,12 +303,13 @@
 template<> void initFeatureFromBlob<VkPhysicalDevicePortabilitySubsetFeaturesKHR>(VkPhysicalDevicePortabilitySubsetFeaturesKHR&, const AllFeaturesBlobs&) {}
 
 
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDevice16BitStorageFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES, VK_KHR_16BIT_STORAGE_EXTENSION_NAME, VK_KHR_16BIT_STORAGE_SPEC_VERSION, 100}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDevice4444FormatsFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT, VK_EXT_4444_FORMATS_EXTENSION_NAME, VK_EXT_4444_FORMATS_SPEC_VERSION, 99}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDevice8BitStorageFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES, VK_KHR_8BIT_STORAGE_EXTENSION_NAME, VK_KHR_8BIT_STORAGE_SPEC_VERSION, 98}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceAccelerationStructureFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ACCELERATION_STRUCTURE_FEATURES_KHR, VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME, VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION, 97}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceASTCDecodeFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT, VK_EXT_ASTC_DECODE_MODE_EXTENSION_NAME, VK_EXT_ASTC_DECODE_MODE_SPEC_VERSION, 96}; }
-template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_FEATURES_EXT, VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME, VK_EXT_BLEND_OPERATION_ADVANCED_SPEC_VERSION, 95}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevice16BitStorageFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_16BIT_STORAGE_FEATURES, VK_KHR_16BIT_STORAGE_EXTENSION_NAME, VK_KHR_16BIT_STORAGE_SPEC_VERSION, 101}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevice4444FormatsFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT, VK_EXT_4444_FORMATS_EXTENSION_NAME, VK_EXT_4444_FORMATS_SPEC_VERSION, 100}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDevice8BitStorageFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_8BIT_STORAGE_FEATURES, VK_KHR_8BIT_STORAGE_EXTENSION_NAME, VK_KHR_8BIT_STORAGE_SPEC_VERSION, 99}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceAccelerationStructureFeaturesKHR>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ACCELERATION_STRUCTURE_FEATURES_KHR, VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME, VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION, 98}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceASTCDecodeFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ASTC_DECODE_FEATURES_EXT, VK_EXT_ASTC_DECODE_MODE_EXTENSION_NAME, VK_EXT_ASTC_DECODE_MODE_SPEC_VERSION, 97}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_FEATURES_EXT, VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME, VK_EXT_BLEND_OPERATION_ADVANCED_SPEC_VERSION, 96}; }
+template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceBorderColorSwizzleFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BORDER_COLOR_SWIZZLE_FEATURES_EXT, VK_EXT_BORDER_COLOR_SWIZZLE_EXTENSION_NAME, VK_EXT_BORDER_COLOR_SWIZZLE_SPEC_VERSION, 95}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceBufferDeviceAddressFeatures>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES, VK_KHR_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME, VK_KHR_BUFFER_DEVICE_ADDRESS_SPEC_VERSION, 94}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceBufferDeviceAddressFeaturesEXT>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BUFFER_DEVICE_ADDRESS_FEATURES_EXT, VK_EXT_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME, VK_EXT_BUFFER_DEVICE_ADDRESS_SPEC_VERSION, 93}; }
 template<> FeatureDesc makeFeatureDesc<VkPhysicalDeviceCoherentMemoryFeaturesAMD>(void) { return FeatureDesc{VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COHERENT_MEMORY_FEATURES_AMD, DECL_AMD_COHERENT_MEMORY_EXTENSION_NAME, 0, 92}; }
@@ -411,6 +414,7 @@
 	{ createFeatureStructWrapper<VkPhysicalDeviceAccelerationStructureFeaturesKHR>, VK_KHR_ACCELERATION_STRUCTURE_EXTENSION_NAME, VK_KHR_ACCELERATION_STRUCTURE_SPEC_VERSION },
 	{ createFeatureStructWrapper<VkPhysicalDeviceASTCDecodeFeaturesEXT>, VK_EXT_ASTC_DECODE_MODE_EXTENSION_NAME, VK_EXT_ASTC_DECODE_MODE_SPEC_VERSION },
 	{ createFeatureStructWrapper<VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT>, VK_EXT_BLEND_OPERATION_ADVANCED_EXTENSION_NAME, VK_EXT_BLEND_OPERATION_ADVANCED_SPEC_VERSION },
+	{ createFeatureStructWrapper<VkPhysicalDeviceBorderColorSwizzleFeaturesEXT>, VK_EXT_BORDER_COLOR_SWIZZLE_EXTENSION_NAME, VK_EXT_BORDER_COLOR_SWIZZLE_SPEC_VERSION },
 	{ createFeatureStructWrapper<VkPhysicalDeviceBufferDeviceAddressFeatures>, VK_KHR_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME, VK_KHR_BUFFER_DEVICE_ADDRESS_SPEC_VERSION },
 	{ createFeatureStructWrapper<VkPhysicalDeviceBufferDeviceAddressFeaturesEXT>, VK_EXT_BUFFER_DEVICE_ADDRESS_EXTENSION_NAME, VK_EXT_BUFFER_DEVICE_ADDRESS_SPEC_VERSION },
 	{ createFeatureStructWrapper<VkPhysicalDeviceCoherentMemoryFeaturesAMD>, DECL_AMD_COHERENT_MEMORY_EXTENSION_NAME, 0 },
diff --git a/external/vulkancts/framework/vulkan/vkDeviceFeaturesForContextDecl.inl b/external/vulkancts/framework/vulkan/vkDeviceFeaturesForContextDecl.inl
index d36ad20..0c93f1a 100644
--- a/external/vulkancts/framework/vulkan/vkDeviceFeaturesForContextDecl.inl
+++ b/external/vulkancts/framework/vulkan/vkDeviceFeaturesForContextDecl.inl
@@ -7,6 +7,7 @@
 const vk::VkPhysicalDeviceAccelerationStructureFeaturesKHR&				getAccelerationStructureFeatures				(void) const;
 const vk::VkPhysicalDeviceASTCDecodeFeaturesEXT&						getASTCDecodeFeaturesEXT						(void) const;
 const vk::VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT&			getBlendOperationAdvancedFeaturesEXT			(void) const;
+const vk::VkPhysicalDeviceBorderColorSwizzleFeaturesEXT&				getBorderColorSwizzleFeaturesEXT				(void) const;
 const vk::VkPhysicalDeviceBufferDeviceAddressFeatures&					getBufferDeviceAddressFeatures					(void) const;
 const vk::VkPhysicalDeviceBufferDeviceAddressFeaturesEXT&				getBufferDeviceAddressFeaturesEXT				(void) const;
 const vk::VkPhysicalDeviceCoherentMemoryFeaturesAMD&					getCoherentMemoryFeaturesAMD					(void) const;
diff --git a/external/vulkancts/framework/vulkan/vkDeviceFeaturesForContextDefs.inl b/external/vulkancts/framework/vulkan/vkDeviceFeaturesForContextDefs.inl
index b56d4c4..a616aa8 100644
--- a/external/vulkancts/framework/vulkan/vkDeviceFeaturesForContextDefs.inl
+++ b/external/vulkancts/framework/vulkan/vkDeviceFeaturesForContextDefs.inl
@@ -7,6 +7,7 @@
 const vk::VkPhysicalDeviceAccelerationStructureFeaturesKHR&				Context::getAccelerationStructureFeatures				(void) const { return m_device->getAccelerationStructureFeatures();				}
 const vk::VkPhysicalDeviceASTCDecodeFeaturesEXT&						Context::getASTCDecodeFeaturesEXT						(void) const { return m_device->getASTCDecodeFeaturesEXT();						}
 const vk::VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT&			Context::getBlendOperationAdvancedFeaturesEXT			(void) const { return m_device->getBlendOperationAdvancedFeaturesEXT();			}
+const vk::VkPhysicalDeviceBorderColorSwizzleFeaturesEXT&				Context::getBorderColorSwizzleFeaturesEXT				(void) const { return m_device->getBorderColorSwizzleFeaturesEXT();				}
 const vk::VkPhysicalDeviceBufferDeviceAddressFeatures&					Context::getBufferDeviceAddressFeatures					(void) const { return m_device->getBufferDeviceAddressFeatures();				}
 const vk::VkPhysicalDeviceBufferDeviceAddressFeaturesEXT&				Context::getBufferDeviceAddressFeaturesEXT				(void) const { return m_device->getBufferDeviceAddressFeaturesEXT();			}
 const vk::VkPhysicalDeviceCoherentMemoryFeaturesAMD&					Context::getCoherentMemoryFeaturesAMD					(void) const { return m_device->getCoherentMemoryFeaturesAMD();					}
diff --git a/external/vulkancts/framework/vulkan/vkDeviceFeaturesForDefaultDeviceDefs.inl b/external/vulkancts/framework/vulkan/vkDeviceFeaturesForDefaultDeviceDefs.inl
index f5dd967..0a8e389 100644
--- a/external/vulkancts/framework/vulkan/vkDeviceFeaturesForDefaultDeviceDefs.inl
+++ b/external/vulkancts/framework/vulkan/vkDeviceFeaturesForDefaultDeviceDefs.inl
@@ -7,6 +7,7 @@
 const VkPhysicalDeviceAccelerationStructureFeaturesKHR&				getAccelerationStructureFeatures				(void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceAccelerationStructureFeaturesKHR>();				}
 const VkPhysicalDeviceASTCDecodeFeaturesEXT&						getASTCDecodeFeaturesEXT						(void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceASTCDecodeFeaturesEXT>();							}
 const VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT&			getBlendOperationAdvancedFeaturesEXT			(void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceBlendOperationAdvancedFeaturesEXT>();				}
+const VkPhysicalDeviceBorderColorSwizzleFeaturesEXT&				getBorderColorSwizzleFeaturesEXT				(void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceBorderColorSwizzleFeaturesEXT>();					}
 const VkPhysicalDeviceBufferDeviceAddressFeatures&					getBufferDeviceAddressFeatures					(void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceBufferDeviceAddressFeatures>();					}
 const VkPhysicalDeviceBufferDeviceAddressFeaturesEXT&				getBufferDeviceAddressFeaturesEXT				(void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceBufferDeviceAddressFeaturesEXT>();				}
 const VkPhysicalDeviceCoherentMemoryFeaturesAMD&					getCoherentMemoryFeaturesAMD					(void) const { return m_deviceFeatures.getFeatureType<VkPhysicalDeviceCoherentMemoryFeaturesAMD>();						}
diff --git a/external/vulkancts/framework/vulkan/vkExtensionFunctions.inl b/external/vulkancts/framework/vulkan/vkExtensionFunctions.inl
index 80d064a..4e3a932 100644
--- a/external/vulkancts/framework/vulkan/vkExtensionFunctions.inl
+++ b/external/vulkancts/framework/vulkan/vkExtensionFunctions.inl
@@ -961,6 +961,10 @@
 	{
 		return;
 	}
+	if (extName == "VK_EXT_border_color_swizzle")
+	{
+		return;
+	}
 	if (extName == "VK_EXT_pageable_device_local_memory")
 	{
 		return;
@@ -2222,6 +2226,10 @@
 	{
 		return;
 	}
+	if (extName == "VK_EXT_border_color_swizzle")
+	{
+		return;
+	}
 	if (extName == "VK_EXT_pageable_device_local_memory")
 	{
 		functions.push_back("vkSetDeviceMemoryPriorityEXT");
diff --git a/external/vulkancts/framework/vulkan/vkGetStructureTypeImpl.inl b/external/vulkancts/framework/vulkan/vkGetStructureTypeImpl.inl
index d553ae9..833ef2c 100644
--- a/external/vulkancts/framework/vulkan/vkGetStructureTypeImpl.inl
+++ b/external/vulkancts/framework/vulkan/vkGetStructureTypeImpl.inl
@@ -2376,6 +2376,16 @@
 	return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT;
 }
 
+template<> VkStructureType getStructureType<VkPhysicalDeviceBorderColorSwizzleFeaturesEXT> (void)
+{
+	return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BORDER_COLOR_SWIZZLE_FEATURES_EXT;
+}
+
+template<> VkStructureType getStructureType<VkSamplerBorderColorComponentMappingCreateInfoEXT> (void)
+{
+	return VK_STRUCTURE_TYPE_SAMPLER_BORDER_COLOR_COMPONENT_MAPPING_CREATE_INFO_EXT;
+}
+
 template<> VkStructureType getStructureType<VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT> (void)
 {
 	return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT;
diff --git a/external/vulkancts/framework/vulkan/vkKnownDriverIds.inl b/external/vulkancts/framework/vulkan/vkKnownDriverIds.inl
index d265210..da6276f 100644
--- a/external/vulkancts/framework/vulkan/vkKnownDriverIds.inl
+++ b/external/vulkancts/framework/vulkan/vkKnownDriverIds.inl
@@ -24,6 +24,9 @@
 	{"VK_DRIVER_ID_COREAVI_PROPRIETARY", 15},
 	{"VK_DRIVER_ID_JUICE_PROPRIETARY", 16},
 	{"VK_DRIVER_ID_VERISILICON_PROPRIETARY", 17},
+	{"VK_DRIVER_ID_MESA_TURNIP", 18},
+	{"VK_DRIVER_ID_MESA_V3DV", 19},
+	{"VK_DRIVER_ID_MESA_PANVK", 20},
 	{"VK_DRIVER_ID_AMD_PROPRIETARY_KHR", 1},	// VK_DRIVER_ID_AMD_PROPRIETARY
 	{"VK_DRIVER_ID_AMD_OPEN_SOURCE_KHR", 2},	// VK_DRIVER_ID_AMD_OPEN_SOURCE
 	{"VK_DRIVER_ID_MESA_RADV_KHR", 3},	// VK_DRIVER_ID_MESA_RADV
diff --git a/external/vulkancts/framework/vulkan/vkMandatoryFeatures.inl b/external/vulkancts/framework/vulkan/vkMandatoryFeatures.inl
index 84064a2..e9ce441 100644
--- a/external/vulkancts/framework/vulkan/vkMandatoryFeatures.inl
+++ b/external/vulkancts/framework/vulkan/vkMandatoryFeatures.inl
@@ -56,6 +56,16 @@
 		nextPtr  = &physicalDeviceAccelerationStructureFeaturesKHR.pNext;
 	}
 
+	vk::VkPhysicalDeviceBorderColorSwizzleFeaturesEXT physicalDeviceBorderColorSwizzleFeaturesEXT;
+	deMemset(&physicalDeviceBorderColorSwizzleFeaturesEXT, 0, sizeof(physicalDeviceBorderColorSwizzleFeaturesEXT));
+
+	if ( isExtensionSupported(deviceExtensions, RequiredExtension("VK_EXT_border_color_swizzle")) )
+	{
+		physicalDeviceBorderColorSwizzleFeaturesEXT.sType = getStructureType<VkPhysicalDeviceBorderColorSwizzleFeaturesEXT>();
+		*nextPtr = &physicalDeviceBorderColorSwizzleFeaturesEXT;
+		nextPtr  = &physicalDeviceBorderColorSwizzleFeaturesEXT.pNext;
+	}
+
 	vk::VkPhysicalDeviceBufferDeviceAddressFeaturesKHR physicalDeviceBufferDeviceAddressFeaturesKHR;
 	deMemset(&physicalDeviceBufferDeviceAddressFeaturesKHR, 0, sizeof(physicalDeviceBufferDeviceAddressFeaturesKHR));
 
@@ -1933,6 +1943,15 @@
 		}
 	}
 
+	if ( isExtensionSupported(deviceExtensions, RequiredExtension("VK_EXT_border_color_swizzle")) )
+	{
+		if ( physicalDeviceBorderColorSwizzleFeaturesEXT.borderColorSwizzle == VK_FALSE )
+		{
+			log << tcu::TestLog::Message << "Mandatory feature borderColorSwizzle not supported" << tcu::TestLog::EndMessage;
+			result = false;
+		}
+	}
+
 	return result;
 }
 
diff --git a/external/vulkancts/framework/vulkan/vkObjUtil.cpp b/external/vulkancts/framework/vulkan/vkObjUtil.cpp
index a395ed8..4bdd05c 100644
--- a/external/vulkancts/framework/vulkan/vkObjUtil.cpp
+++ b/external/vulkancts/framework/vulkan/vkObjUtil.cpp
@@ -26,6 +26,7 @@
 #include "vkImageUtil.hpp"
 #include "vkObjUtil.hpp"
 #include "vkTypeUtil.hpp"
+#include "vkQueryUtil.hpp"
 
 #include "tcuVector.hpp"
 
@@ -413,6 +414,120 @@
 	return createGraphicsPipeline(vk, device, DE_NULL, &pipelineCreateInfo);
 }
 
+Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface&							vk,
+									   const VkDevice									device,
+									   const VkPipelineLayout							pipelineLayout,
+									   const VkShaderModule								taskShaderModule,
+									   const VkShaderModule								meshShaderModule,
+									   const VkShaderModule								fragmentShaderModule,
+									   const VkRenderPass								renderPass,
+									   const std::vector<VkViewport>&					viewports,
+									   const std::vector<VkRect2D>&						scissors,
+									   const deUint32									subpass,
+									   const VkPipelineRasterizationStateCreateInfo*	rasterizationStateCreateInfo,
+									   const VkPipelineMultisampleStateCreateInfo*		multisampleStateCreateInfo,
+									   const VkPipelineDepthStencilStateCreateInfo*		depthStencilStateCreateInfo,
+									   const VkPipelineColorBlendStateCreateInfo*		colorBlendStateCreateInfo,
+									   const VkPipelineDynamicStateCreateInfo*			dynamicStateCreateInfo)
+{
+	const VkBool32									disableRasterization				= (fragmentShaderModule == DE_NULL);
+
+	VkPipelineShaderStageCreateInfo					stageCreateInfo						=
+	{
+		VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO,	// VkStructureType                     sType
+		nullptr,												// const void*                         pNext
+		0u,														// VkPipelineShaderStageCreateFlags    flags
+		VK_SHADER_STAGE_VERTEX_BIT,								// VkShaderStageFlagBits               stage
+		DE_NULL,												// VkShaderModule                      module
+		"main",													// const char*                         pName
+		nullptr													// const VkSpecializationInfo*         pSpecializationInfo
+	};
+
+	std::vector<VkPipelineShaderStageCreateInfo>	pipelineShaderStageParams;
+
+	if (taskShaderModule != DE_NULL)
+	{
+		stageCreateInfo.stage	= VK_SHADER_STAGE_TASK_BIT_NV;
+		stageCreateInfo.module	= taskShaderModule;
+		pipelineShaderStageParams.push_back(stageCreateInfo);
+	}
+
+	{
+		stageCreateInfo.stage	= VK_SHADER_STAGE_MESH_BIT_NV;
+		stageCreateInfo.module	= meshShaderModule;
+		pipelineShaderStageParams.push_back(stageCreateInfo);
+	}
+
+	if (fragmentShaderModule != DE_NULL)
+	{
+		stageCreateInfo.stage	= VK_SHADER_STAGE_FRAGMENT_BIT;
+		stageCreateInfo.module	= fragmentShaderModule;
+		pipelineShaderStageParams.push_back(stageCreateInfo);
+	}
+
+	VkPipelineViewportStateCreateInfo viewportStateCreateInfo = initVulkanStructure();
+	viewportStateCreateInfo.viewportCount	= static_cast<uint32_t>(viewports.size());
+	viewportStateCreateInfo.pViewports		= de::dataOrNull(viewports);
+	viewportStateCreateInfo.scissorCount	= static_cast<uint32_t>(scissors.size());
+	viewportStateCreateInfo.pScissors		= de::dataOrNull(scissors);
+
+	VkPipelineRasterizationStateCreateInfo rasterizationStateCreateInfoDefault = initVulkanStructure();
+	rasterizationStateCreateInfoDefault.rasterizerDiscardEnable	= disableRasterization;
+	rasterizationStateCreateInfoDefault.lineWidth				= 1.0f;
+
+	VkPipelineMultisampleStateCreateInfo multisampleStateCreateInfoDefault = initVulkanStructure();
+	multisampleStateCreateInfoDefault.rasterizationSamples	= VK_SAMPLE_COUNT_1_BIT;
+	multisampleStateCreateInfoDefault.minSampleShading		= 1.0f;
+
+	VkPipelineDepthStencilStateCreateInfo depthStencilStateCreateInfoDefault = initVulkanStructure();
+	depthStencilStateCreateInfoDefault.maxDepthBounds = 1.0f;
+
+	VkPipelineColorBlendAttachmentState colorBlendAttachmentState = {};
+	colorBlendAttachmentState.colorWriteMask = (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT);
+
+	VkPipelineColorBlendStateCreateInfo colorBlendStateCreateInfoDefault = initVulkanStructure();
+	colorBlendStateCreateInfoDefault.attachmentCount	= 1u;
+	colorBlendStateCreateInfoDefault.pAttachments		= &colorBlendAttachmentState;
+
+	std::vector<VkDynamicState> dynamicStates;
+
+	if (viewports.empty())
+		dynamicStates.push_back(VK_DYNAMIC_STATE_VIEWPORT);
+	if (scissors.empty())
+		dynamicStates.push_back(VK_DYNAMIC_STATE_SCISSOR);
+
+	VkPipelineDynamicStateCreateInfo dynamicStateCreateInfoDefault = initVulkanStructure();
+	dynamicStateCreateInfoDefault.dynamicStateCount	= static_cast<uint32_t>(dynamicStates.size());
+	dynamicStateCreateInfoDefault.pDynamicStates	= de::dataOrNull(dynamicStates);
+
+	const VkPipelineDynamicStateCreateInfo*	dynamicStateCreateInfoDefaultPtr	= dynamicStates.empty() ? nullptr : &dynamicStateCreateInfoDefault;
+
+	const VkGraphicsPipelineCreateInfo		pipelineCreateInfo					=
+	{
+		VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO,														// VkStructureType                                  sType
+		nullptr,																								// const void*                                      pNext
+		0u,																										// VkPipelineCreateFlags                            flags
+		static_cast<uint32_t>(pipelineShaderStageParams.size()),												// deUint32                                         stageCount
+		de::dataOrNull(pipelineShaderStageParams),																// const VkPipelineShaderStageCreateInfo*           pStages
+		nullptr,																								// const VkPipelineVertexInputStateCreateInfo*      pVertexInputState
+		nullptr,																								// const VkPipelineInputAssemblyStateCreateInfo*    pInputAssemblyState
+		nullptr,																								// const VkPipelineTessellationStateCreateInfo*     pTessellationState
+		&viewportStateCreateInfo,																				// const VkPipelineViewportStateCreateInfo*         pViewportState
+		rasterizationStateCreateInfo	? rasterizationStateCreateInfo	: &rasterizationStateCreateInfoDefault,	// const VkPipelineRasterizationStateCreateInfo*    pRasterizationState
+		multisampleStateCreateInfo		? multisampleStateCreateInfo	: &multisampleStateCreateInfoDefault,	// const VkPipelineMultisampleStateCreateInfo*      pMultisampleState
+		depthStencilStateCreateInfo		? depthStencilStateCreateInfo	: &depthStencilStateCreateInfoDefault,	// const VkPipelineDepthStencilStateCreateInfo*     pDepthStencilState
+		colorBlendStateCreateInfo		? colorBlendStateCreateInfo		: &colorBlendStateCreateInfoDefault,	// const VkPipelineColorBlendStateCreateInfo*       pColorBlendState
+		dynamicStateCreateInfo			? dynamicStateCreateInfo		: dynamicStateCreateInfoDefaultPtr,		// const VkPipelineDynamicStateCreateInfo*          pDynamicState
+		pipelineLayout,																							// VkPipelineLayout                                 layout
+		renderPass,																								// VkRenderPass                                     renderPass
+		subpass,																								// deUint32                                         subpass
+		DE_NULL,																								// VkPipeline                                       basePipelineHandle
+		0																										// deInt32                                          basePipelineIndex;
+	};
+
+	return createGraphicsPipeline(vk, device, DE_NULL, &pipelineCreateInfo);
+}
+
 Move<VkRenderPass> makeRenderPass (const DeviceInterface&				vk,
 								   const VkDevice						device,
 								   const VkFormat						colorFormat,
diff --git a/external/vulkancts/framework/vulkan/vkObjUtil.hpp b/external/vulkancts/framework/vulkan/vkObjUtil.hpp
index da70e2d..74ce14c 100644
--- a/external/vulkancts/framework/vulkan/vkObjUtil.hpp
+++ b/external/vulkancts/framework/vulkan/vkObjUtil.hpp
@@ -80,6 +80,22 @@
 									   const VkPipelineDynamicStateCreateInfo*			dynamicStateCreateInfo = DE_NULL,
 									   const void*										pNext = DE_NULL);
 
+Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface&							vk,
+									   const VkDevice									device,
+									   const VkPipelineLayout							pipelineLayout,
+									   const VkShaderModule								taskShaderModule,
+									   const VkShaderModule								meshShaderModule,
+									   const VkShaderModule								fragmentShaderModule,
+									   const VkRenderPass								renderPass,
+									   const std::vector<VkViewport>&					viewports,
+									   const std::vector<VkRect2D>&						scissors,
+									   const deUint32									subpass = 0u,
+									   const VkPipelineRasterizationStateCreateInfo*	rasterizationStateCreateInfo = nullptr,
+									   const VkPipelineMultisampleStateCreateInfo*		multisampleStateCreateInfo = nullptr,
+									   const VkPipelineDepthStencilStateCreateInfo*		depthStencilStateCreateInfo = nullptr,
+									   const VkPipelineColorBlendStateCreateInfo*		colorBlendStateCreateInfo = nullptr,
+									   const VkPipelineDynamicStateCreateInfo*			dynamicStateCreateInfo = nullptr);
+
 Move<VkRenderPass> makeRenderPass (const DeviceInterface&				vk,
 								   const VkDevice						device,
 								   const VkFormat						colorFormat					= VK_FORMAT_UNDEFINED,
diff --git a/external/vulkancts/framework/vulkan/vkPrograms.cpp b/external/vulkancts/framework/vulkan/vkPrograms.cpp
index 2e41282..9ef8222 100644
--- a/external/vulkancts/framework/vulkan/vkPrograms.cpp
+++ b/external/vulkancts/framework/vulkan/vkPrograms.cpp
@@ -738,6 +738,8 @@
 		VK_SHADER_STAGE_MISS_BIT_NV,
 		VK_SHADER_STAGE_INTERSECTION_BIT_NV,
 		VK_SHADER_STAGE_CALLABLE_BIT_NV,
+		VK_SHADER_STAGE_TASK_BIT_NV,
+		VK_SHADER_STAGE_MESH_BIT_NV,
 	};
 
 	return de::getSizedArrayElement<glu::SHADERTYPE_LAST>(s_shaderStages, shaderType);
diff --git a/external/vulkancts/framework/vulkan/vkPrograms.hpp b/external/vulkancts/framework/vulkan/vkPrograms.hpp
index 9b8f344..deaf13e 100644
--- a/external/vulkancts/framework/vulkan/vkPrograms.hpp
+++ b/external/vulkancts/framework/vulkan/vkPrograms.hpp
@@ -217,7 +217,7 @@
 void					disassembleProgram	(const ProgramBinary& program, std::ostream* dst);
 bool					validateProgram		(const ProgramBinary& program, std::ostream* dst, const SpirvValidatorOptions&);
 
-Move<VkShaderModule>	createShaderModule	(const DeviceInterface& deviceInterface, VkDevice device, const ProgramBinary& binary, VkShaderModuleCreateFlags flags);
+Move<VkShaderModule>	createShaderModule	(const DeviceInterface& deviceInterface, VkDevice device, const ProgramBinary& binary, VkShaderModuleCreateFlags flags = 0u);
 
 glu::ShaderType			getGluShaderType	(VkShaderStageFlagBits shaderStage);
 VkShaderStageFlagBits	getVkShaderStage	(glu::ShaderType shaderType);
diff --git a/external/vulkancts/framework/vulkan/vkRenderDocUtil.cpp b/external/vulkancts/framework/vulkan/vkRenderDocUtil.cpp
index 8830a02..f6ba0a5 100644
--- a/external/vulkancts/framework/vulkan/vkRenderDocUtil.cpp
+++ b/external/vulkancts/framework/vulkan/vkRenderDocUtil.cpp
@@ -28,7 +28,9 @@
 #include "deUniquePtr.hpp"
 #include "tcuDefs.hpp"
 
+#if defined(DEQP_HAVE_RENDERDOC_HEADER)
 #include "renderdoc_app.h"
+#endif
 #include <stdexcept>
 
 #if (DE_OS == DE_OS_WIN32)
@@ -44,16 +46,19 @@
 
 struct RenderDocPrivate
 {
+#if defined(DEQP_HAVE_RENDERDOC_HEADER)
 										RenderDocPrivate	(void)	: m_api(DE_NULL), m_valid(false) {}
 
 	de::MovePtr<de::DynamicLibrary>		m_library;
 	::RENDERDOC_API_1_1_2*				m_api;
 	bool								m_valid;
+#endif
 };
 
 RenderDocUtil::RenderDocUtil (void)
 	: m_priv	(new RenderDocPrivate)
 {
+#if defined(DEQP_HAVE_RENDERDOC_HEADER)
 	try
 	{
 		m_priv->m_library	 = de::MovePtr<de::DynamicLibrary>(new de::DynamicLibrary(RENDERDOC_LIBRARY_NAME));
@@ -79,6 +84,7 @@
 			tcu::print("RENDERDOC_GetAPI returned %d status, RenderDoc API not available", ret);
 		}
 	}
+#endif
 }
 
 RenderDocUtil::~RenderDocUtil (void)
@@ -91,21 +97,31 @@
 
 bool RenderDocUtil::isValid (void)
 {
+#if defined(DEQP_HAVE_RENDERDOC_HEADER)
 	return m_priv != DE_NULL && m_priv->m_valid;
+#else
+        return false;
+#endif
 }
 
 void RenderDocUtil::startFrame (vk::VkInstance instance)
 {
 	if (!isValid()) return;
-
+#if defined(DEQP_HAVE_RENDERDOC_HEADER)
 	m_priv->m_api->StartFrameCapture(RENDERDOC_DEVICEPOINTER_FROM_VKINSTANCE(instance), DE_NULL);
+#else
+	(void) instance;
+#endif
 }
 
 void RenderDocUtil::endFrame (vk::VkInstance instance)
 {
 	if (!isValid()) return;
-
+#if defined(DEQP_HAVE_RENDERDOC_HEADER)
 	m_priv->m_api->EndFrameCapture(RENDERDOC_DEVICEPOINTER_FROM_VKINSTANCE(instance), DE_NULL);
+#else
+	(void) instance;
+#endif
 }
 
 } // vk
diff --git a/external/vulkancts/framework/vulkan/vkShaderToSpirV.cpp b/external/vulkancts/framework/vulkan/vkShaderToSpirV.cpp
index 469c2f9..26e7681 100644
--- a/external/vulkancts/framework/vulkan/vkShaderToSpirV.cpp
+++ b/external/vulkancts/framework/vulkan/vkShaderToSpirV.cpp
@@ -62,6 +62,8 @@
 		EShLangMiss,
 		EShLangIntersect,
 		EShLangCallable,
+		EShLangTaskNV,
+		EShLangMeshNV,
 	};
 	return de::getSizedArrayElement<glu::SHADERTYPE_LAST>(stageMap, type);
 }
diff --git a/external/vulkancts/framework/vulkan/vkStrUtil.inl b/external/vulkancts/framework/vulkan/vkStrUtil.inl
index 9d9a9ae..2f70ec1 100644
--- a/external/vulkancts/framework/vulkan/vkStrUtil.inl
+++ b/external/vulkancts/framework/vulkan/vkStrUtil.inl
@@ -1096,6 +1096,8 @@
 std::ostream&	operator<<	(std::ostream& s, const VkPhysicalDeviceMultiDrawPropertiesEXT& value);
 std::ostream&	operator<<	(std::ostream& s, const VkMultiDrawInfoEXT& value);
 std::ostream&	operator<<	(std::ostream& s, const VkMultiDrawIndexedInfoEXT& value);
+std::ostream&	operator<<	(std::ostream& s, const VkPhysicalDeviceBorderColorSwizzleFeaturesEXT& value);
+std::ostream&	operator<<	(std::ostream& s, const VkSamplerBorderColorComponentMappingCreateInfoEXT& value);
 std::ostream&	operator<<	(std::ostream& s, const VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT& value);
 std::ostream&	operator<<	(std::ostream& s, const VkDeviceOrHostAddressKHR& value);
 std::ostream&	operator<<	(std::ostream& s, const VkAccelerationStructureBuildRangeInfoKHR& value);
diff --git a/external/vulkancts/framework/vulkan/vkStrUtilImpl.inl b/external/vulkancts/framework/vulkan/vkStrUtilImpl.inl
index ea7fc9d..2af4780 100644
--- a/external/vulkancts/framework/vulkan/vkStrUtilImpl.inl
+++ b/external/vulkancts/framework/vulkan/vkStrUtilImpl.inl
@@ -706,6 +706,8 @@
 		case VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_EXT:							return "VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_EXT";
 		case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT:								return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT";
 		case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT:							return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT";
+		case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BORDER_COLOR_SWIZZLE_FEATURES_EXT:					return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BORDER_COLOR_SWIZZLE_FEATURES_EXT";
+		case VK_STRUCTURE_TYPE_SAMPLER_BORDER_COLOR_COMPONENT_MAPPING_CREATE_INFO_EXT:				return "VK_STRUCTURE_TYPE_SAMPLER_BORDER_COLOR_COMPONENT_MAPPING_CREATE_INFO_EXT";
 		case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT:			return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT";
 		case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR:							return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR";
 		case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR:						return "VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR";
@@ -1701,6 +1703,9 @@
 		case VK_DRIVER_ID_COREAVI_PROPRIETARY:			return "VK_DRIVER_ID_COREAVI_PROPRIETARY";
 		case VK_DRIVER_ID_JUICE_PROPRIETARY:			return "VK_DRIVER_ID_JUICE_PROPRIETARY";
 		case VK_DRIVER_ID_VERISILICON_PROPRIETARY:		return "VK_DRIVER_ID_VERISILICON_PROPRIETARY";
+		case VK_DRIVER_ID_MESA_TURNIP:					return "VK_DRIVER_ID_MESA_TURNIP";
+		case VK_DRIVER_ID_MESA_V3DV:					return "VK_DRIVER_ID_MESA_V3DV";
+		case VK_DRIVER_ID_MESA_PANVK:					return "VK_DRIVER_ID_MESA_PANVK";
 		case VK_DRIVER_ID_MAX_ENUM:						return "VK_DRIVER_ID_MAX_ENUM";
 		default:										return DE_NULL;
 	}
@@ -11813,6 +11818,28 @@
 	return s;
 }
 
+std::ostream& operator<< (std::ostream& s, const VkPhysicalDeviceBorderColorSwizzleFeaturesEXT& value)
+{
+	s << "VkPhysicalDeviceBorderColorSwizzleFeaturesEXT = {\n";
+	s << "\tsType = " << value.sType << '\n';
+	s << "\tpNext = " << value.pNext << '\n';
+	s << "\tborderColorSwizzle = " << value.borderColorSwizzle << '\n';
+	s << "\tborderColorSwizzleFromImage = " << value.borderColorSwizzleFromImage << '\n';
+	s << '}';
+	return s;
+}
+
+std::ostream& operator<< (std::ostream& s, const VkSamplerBorderColorComponentMappingCreateInfoEXT& value)
+{
+	s << "VkSamplerBorderColorComponentMappingCreateInfoEXT = {\n";
+	s << "\tsType = " << value.sType << '\n';
+	s << "\tpNext = " << value.pNext << '\n';
+	s << "\tcomponents = " << value.components << '\n';
+	s << "\tsrgb = " << value.srgb << '\n';
+	s << '}';
+	return s;
+}
+
 std::ostream& operator<< (std::ostream& s, const VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT& value)
 {
 	s << "VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT = {\n";
diff --git a/external/vulkancts/framework/vulkan/vkStructTypes.inl b/external/vulkancts/framework/vulkan/vkStructTypes.inl
index d8b7916..84a6723 100644
--- a/external/vulkancts/framework/vulkan/vkStructTypes.inl
+++ b/external/vulkancts/framework/vulkan/vkStructTypes.inl
@@ -5568,6 +5568,22 @@
 	int32_t		vertexOffset;
 };
 
+struct VkPhysicalDeviceBorderColorSwizzleFeaturesEXT
+{
+	VkStructureType	sType;
+	void*			pNext;
+	VkBool32		borderColorSwizzle;
+	VkBool32		borderColorSwizzleFromImage;
+};
+
+struct VkSamplerBorderColorComponentMappingCreateInfoEXT
+{
+	VkStructureType		sType;
+	const void*			pNext;
+	VkComponentMapping	components;
+	VkBool32			srgb;
+};
+
 struct VkPhysicalDevicePageableDeviceLocalMemoryFeaturesEXT
 {
 	VkStructureType	sType;
diff --git a/external/vulkancts/framework/vulkan/vkVulkan_c.inl b/external/vulkancts/framework/vulkan/vkVulkan_c.inl
index 65c64fa..c6ada17 100644
--- a/external/vulkancts/framework/vulkan/vkVulkan_c.inl
+++ b/external/vulkancts/framework/vulkan/vkVulkan_c.inl
@@ -1761,6 +1761,8 @@
     VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_EXT = 1000388001,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT = 1000392000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT = 1000392001,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BORDER_COLOR_SWIZZLE_FEATURES_EXT = 1000411000,
+    VK_STRUCTURE_TYPE_SAMPLER_BORDER_COLOR_COMPONENT_MAPPING_CREATE_INFO_EXT = 1000411001,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT = 1000412000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR = 1000413000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR = 1000413001,
@@ -6207,6 +6209,9 @@
     VK_DRIVER_ID_COREAVI_PROPRIETARY = 15,
     VK_DRIVER_ID_JUICE_PROPRIETARY = 16,
     VK_DRIVER_ID_VERISILICON_PROPRIETARY = 17,
+    VK_DRIVER_ID_MESA_TURNIP = 18,
+    VK_DRIVER_ID_MESA_V3DV = 19,
+    VK_DRIVER_ID_MESA_PANVK = 20,
     VK_DRIVER_ID_AMD_PROPRIETARY_KHR = VK_DRIVER_ID_AMD_PROPRIETARY,
     VK_DRIVER_ID_AMD_OPEN_SOURCE_KHR = VK_DRIVER_ID_AMD_OPEN_SOURCE,
     VK_DRIVER_ID_MESA_RADV_KHR = VK_DRIVER_ID_MESA_RADV,
@@ -13882,6 +13887,25 @@
 #define VK_EXT_LOAD_STORE_OP_NONE_EXTENSION_NAME "VK_EXT_load_store_op_none"
 
 
+#define VK_EXT_border_color_swizzle 1
+#define VK_EXT_BORDER_COLOR_SWIZZLE_SPEC_VERSION 1
+#define VK_EXT_BORDER_COLOR_SWIZZLE_EXTENSION_NAME "VK_EXT_border_color_swizzle"
+typedef struct VkPhysicalDeviceBorderColorSwizzleFeaturesEXT {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           borderColorSwizzle;
+    VkBool32           borderColorSwizzleFromImage;
+} VkPhysicalDeviceBorderColorSwizzleFeaturesEXT;
+
+typedef struct VkSamplerBorderColorComponentMappingCreateInfoEXT {
+    VkStructureType       sType;
+    const void*           pNext;
+    VkComponentMapping    components;
+    VkBool32              srgb;
+} VkSamplerBorderColorComponentMappingCreateInfoEXT;
+
+
+
 #define VK_EXT_pageable_device_local_memory 1
 #define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_SPEC_VERSION 1
 #define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION_NAME "VK_EXT_pageable_device_local_memory"
diff --git a/external/vulkancts/modules/vulkan/CMakeLists.txt b/external/vulkancts/modules/vulkan/CMakeLists.txt
index c000f5c..9015d71 100644
--- a/external/vulkancts/modules/vulkan/CMakeLists.txt
+++ b/external/vulkancts/modules/vulkan/CMakeLists.txt
@@ -44,6 +44,7 @@
 add_subdirectory(postmortem)
 add_subdirectory(fragment_shading_rate)
 add_subdirectory(reconvergence)
+add_subdirectory(mesh_shader)
 
 
 include_directories(
@@ -91,6 +92,7 @@
 	ray_query
 	postmortem
 	reconvergence
+	mesh_shader
 	)
 
 set(DEQP_VK_SRCS
@@ -158,6 +160,7 @@
 	deqp-vk-postmortem
 	deqp-vk-fragment-shading-rate
 	deqp-vk-reconvergence
+	deqp-vk-mesh-shader
 	)
 
 if (DE_COMPILER_IS_MSC AND (DE_PTR_SIZE EQUAL 4))
diff --git a/external/vulkancts/modules/vulkan/amber/vktAmberTestCase.cpp b/external/vulkancts/modules/vulkan/amber/vktAmberTestCase.cpp
index 5a34635..6797a8d 100644
--- a/external/vulkancts/modules/vulkan/amber/vktAmberTestCase.cpp
+++ b/external/vulkancts/modules/vulkan/amber/vktAmberTestCase.cpp
@@ -352,37 +352,39 @@
 		}
 		else if (shader.format == amber::kShaderFormatGlsl)
 		{
+			bool allowSpirv14 = (spirvVersion == vk::SPIRV_VERSION_1_4);
+
 			switch (shader.type)
 			{
 				case amber::kShaderTypeCompute:
 					programCollection.glslSources.add(shader.shader_name)
 						<< glu::ComputeSource(shader.shader_source)
-						<< vk::ShaderBuildOptions(programCollection.usedVulkanVersion, spirvVersion, 0u);
+						<< vk::ShaderBuildOptions(programCollection.usedVulkanVersion, spirvVersion, 0u, allowSpirv14);
 					break;
 				case amber::kShaderTypeGeometry:
 					programCollection.glslSources.add(shader.shader_name)
 						<< glu::GeometrySource(shader.shader_source)
-						<< vk::ShaderBuildOptions(programCollection.usedVulkanVersion, spirvVersion, 0u);
+						<< vk::ShaderBuildOptions(programCollection.usedVulkanVersion, spirvVersion, 0u, allowSpirv14);
 					break;
 				case amber::kShaderTypeFragment:
 					programCollection.glslSources.add(shader.shader_name)
 						<< glu::FragmentSource(shader.shader_source)
-						<< vk::ShaderBuildOptions(programCollection.usedVulkanVersion, spirvVersion, 0u);
+						<< vk::ShaderBuildOptions(programCollection.usedVulkanVersion, spirvVersion, 0u, allowSpirv14);
 					break;
 				case amber::kShaderTypeVertex:
 					programCollection.glslSources.add(shader.shader_name)
 						<< glu::VertexSource(shader.shader_source)
-						<< vk::ShaderBuildOptions(programCollection.usedVulkanVersion, spirvVersion, 0u);
+						<< vk::ShaderBuildOptions(programCollection.usedVulkanVersion, spirvVersion, 0u, allowSpirv14);
 					break;
 				case amber::kShaderTypeTessellationControl:
 					programCollection.glslSources.add(shader.shader_name)
 						<< glu::TessellationControlSource(shader.shader_source)
-						<< vk::ShaderBuildOptions(programCollection.usedVulkanVersion, spirvVersion, 0u);
+						<< vk::ShaderBuildOptions(programCollection.usedVulkanVersion, spirvVersion, 0u, allowSpirv14);
 					break;
 				case amber::kShaderTypeTessellationEvaluation:
 					programCollection.glslSources.add(shader.shader_name)
 						<< glu::TessellationEvaluationSource(shader.shader_source)
-						<< vk::ShaderBuildOptions(programCollection.usedVulkanVersion, spirvVersion, 0u);
+						<< vk::ShaderBuildOptions(programCollection.usedVulkanVersion, spirvVersion, 0u, allowSpirv14);
 					break;
 				case amber::kShaderTypeMulti:
 					DE_ASSERT(false && "Multi shaders not supported");
diff --git a/external/vulkancts/modules/vulkan/api/vktApiDescriptorPoolTests.cpp b/external/vulkancts/modules/vulkan/api/vktApiDescriptorPoolTests.cpp
index 3a5b96f..6931b3d 100644
--- a/external/vulkancts/modules/vulkan/api/vktApiDescriptorPoolTests.cpp
+++ b/external/vulkancts/modules/vulkan/api/vktApiDescriptorPoolTests.cpp
@@ -144,6 +144,7 @@
 
 			for (deUint32 ndx = 0; ndx < params.m_numIterations; ++ndx)
 			{
+				if (ndx % 1024 == 0) context.getTestContext().touchWatchdog();
 				// The test should crash in this loop at some point if there is a memory leak
 				VK_CHECK(vkd.allocateDescriptorSets(device, &descriptorSetInfo, &testSets[0]));
 				if (params.m_freeDescriptorSets)
diff --git a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp
index 392ffca..0fe692f 100644
--- a/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp
+++ b/external/vulkancts/modules/vulkan/api/vktApiDriverPropertiesTests.cpp
@@ -49,6 +49,8 @@
 
 static const VkConformanceVersionKHR knownConformanceVersions[] =
 {
+	makeConformanceVersion(1, 2, 8, 0),
+	makeConformanceVersion(1, 2, 7, 2),
 	makeConformanceVersion(1, 2, 7, 1),
 	makeConformanceVersion(1, 2, 7, 0),
 	makeConformanceVersion(1, 2, 6, 2),
diff --git a/external/vulkancts/modules/vulkan/compute/vktComputeWorkgroupMemoryExplicitLayoutTests.cpp b/external/vulkancts/modules/vulkan/compute/vktComputeWorkgroupMemoryExplicitLayoutTests.cpp
index 231480b..cfd1bd7 100644
--- a/external/vulkancts/modules/vulkan/compute/vktComputeWorkgroupMemoryExplicitLayoutTests.cpp
+++ b/external/vulkancts/modules/vulkan/compute/vktComputeWorkgroupMemoryExplicitLayoutTests.cpp
@@ -507,7 +507,7 @@
 
 	sourceCollections.glslSources.add("comp")
 		<< glu::ComputeSource(src.str())
-		<< vk::ShaderBuildOptions(sourceCollections.usedVulkanVersion, vk::SPIRV_VERSION_1_4, buildFlags);
+		<< vk::ShaderBuildOptions(sourceCollections.usedVulkanVersion, vk::SPIRV_VERSION_1_4, buildFlags, true);
 }
 
 std::string makeArray(const std::string& type, const std::vector<deUint64>& values)
@@ -675,7 +675,7 @@
 		CASE_WITH_REVERSE(DEFAULT | STD430 | SCALAR, INT16,
 			"u32",			"uint32_t v",		"uint32_t(0x12345678)",
 			"u16_array",	"uint16_t v[2]",	makeU16Array({0x5678, 0x1234})),
-		CASE_WITH_REVERSE(DEFAULT | STD430 | SCALAR, INT8,
+		CASE_WITH_REVERSE(DEFAULT | STD430 | SCALAR, INT64 | INT8,
 			"u64",			"uint64_t v",		"uint64_t(0x1234567890ABCDEFUL)",
 			"u8_array",		"uint8_t v[8]",		makeU8Array({0xEF, 0xCD, 0xAB, 0x90, 0x78, 0x56, 0x34, 0x12})),
 		CASE_WITH_REVERSE(DEFAULT | STD430 | SCALAR, INT64 | INT16,
@@ -941,7 +941,7 @@
 	sourceCollections.glslSources.add("comp")
 		<< ComputeSource(src.str())
 		<< vk::ShaderBuildOptions(sourceCollections.usedVulkanVersion, vk::SPIRV_VERSION_1_4,
-								  vk::ShaderBuildOptions::Flags(0u));
+								  vk::ShaderBuildOptions::Flags(0u), true);
 }
 
 bool isTestedZeroElementType(glu::DataType dt)
@@ -1169,7 +1169,7 @@
 	sourceCollections.glslSources.add("comp")
 		<< ComputeSource(src.str())
 		<< vk::ShaderBuildOptions(sourceCollections.usedVulkanVersion, vk::SPIRV_VERSION_1_4,
-								  vk::ShaderBuildOptions::Flags(0u));
+								  vk::ShaderBuildOptions::Flags(0u), true);
 }
 
 void AddPaddingTests(tcu::TestCaseGroup* group)
@@ -1301,7 +1301,7 @@
 	sourceCollections.glslSources.add("comp")
 		<< ComputeSource(src.str())
 		<< vk::ShaderBuildOptions(sourceCollections.usedVulkanVersion, vk::SPIRV_VERSION_1_4,
-								  vk::ShaderBuildOptions::Flags(0u));
+								  vk::ShaderBuildOptions::Flags(0u), true);
 }
 
 void AddSizeTests(tcu::TestCaseGroup* group)
diff --git a/external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsEarlyFragmentTests.cpp b/external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsEarlyFragmentTests.cpp
index 5a7e598..f92f1bb 100644
--- a/external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsEarlyFragmentTests.cpp
+++ b/external/vulkancts/modules/vulkan/fragment_ops/vktFragmentOperationsEarlyFragmentTests.cpp
@@ -1519,15 +1519,12 @@
 		const int  expectedCounter	   = expectPartialResult ? renderSize.x() * renderSize.y() / 2 : renderSize.x() * renderSize.y();
 		const int  tolerance		   = expectPartialResult ? de::max(renderSize.x(), renderSize.y()) * 3	: 0;
 		const int  expectedMin         = de::max(0, expectedCounter - tolerance);
-		const int  expectedMax		   = expectedCounter + tolerance;
 
 		tcu::TestLog& log = m_context.getTestContext().getLog();
-		log << tcu::TestLog::Message << "Expected value"
-			<< (expectPartialResult ? " in range: [" + de::toString(expectedMin) + ", " + de::toString(expectedMax) + "]" : ": " + de::toString(expectedCounter))
-			<< tcu::TestLog::EndMessage;
+		log << tcu::TestLog::Message << "Minimum expected value: " + de::toString(expectedMin) << tcu::TestLog::EndMessage;
 		log << tcu::TestLog::Message << "Result value: " << de::toString(actualCounter) << tcu::TestLog::EndMessage;
 
-		if (expectedMin <= actualCounter && actualCounter <= expectedMax)
+		if (expectedMin <= actualCounter)
 			return tcu::TestStatus::pass("Success");
 		else
 			return tcu::TestStatus::fail("Value out of range");
diff --git a/external/vulkancts/modules/vulkan/memory/vktMemoryRequirementsTests.cpp b/external/vulkancts/modules/vulkan/memory/vktMemoryRequirementsTests.cpp
index 5fb01fe..04111d6 100644
--- a/external/vulkancts/modules/vulkan/memory/vktMemoryRequirementsTests.cpp
+++ b/external/vulkancts/modules/vulkan/memory/vktMemoryRequirementsTests.cpp
@@ -887,6 +887,7 @@
 
 		params.flags		=  imageFlagsCases[flagsNdx].flags;
 		params.transient	=  imageFlagsCases[flagsNdx].transient;
+		params.useMaint4	=  false;
 		caseName			<< imageFlagsCases[flagsNdx].name;
 
 		if (tilingNdx != 0)
@@ -1177,6 +1178,9 @@
 			return false;
 	}
 
+	if ((info.flags & VK_IMAGE_CREATE_SPARSE_BINDING_BIT) && !checkSparseImageFormatSupport(physDevice, vki, info))
+		return false;
+
 	return result == VK_SUCCESS;
 }
 
@@ -2168,7 +2172,7 @@
 	requirementsGroup->addChild(createTestGroup(testCtx, "dedicated_allocation",	"Memory requirements tests with extension VK_KHR_dedicated_allocation",		populateDedicatedAllocationTestGroup));
 	requirementsGroup->addChild(createTestGroup(testCtx, "multiplane_image",		"Memory requirements tests with vkGetImagePlaneMemoryRequirements",			populateMultiplaneTestGroup));
 	requirementsGroup->addChild(createTestGroup(testCtx, "memory_property_flags",	"Memory requirements tests with vkGetPhysicalDeviceMemoryProperties",		populateMemoryPropertyFlagsTestGroup));
-	requirementsGroup->addChild(createTestGroup(testCtx, "create_info",				"Memory requirements tests with extension VK_KHR_maintenance4",						populateCreateInfoTestGroup));
+	requirementsGroup->addChild(createTestGroup(testCtx, "create_info",				"Memory requirements tests with extension VK_KHR_maintenance4",				populateCreateInfoTestGroup));
 
 	return requirementsGroup.release();
 }
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/CMakeLists.txt b/external/vulkancts/modules/vulkan/mesh_shader/CMakeLists.txt
new file mode 100644
index 0000000..0468d8a
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/CMakeLists.txt
@@ -0,0 +1,28 @@
+include_directories(..)
+
+set(DEQP_VK_MESH_SHADER_SRCS
+	vktMeshShaderTests.cpp
+	vktMeshShaderTests.hpp
+	vktMeshShaderSyncTests.cpp
+	vktMeshShaderSyncTests.hpp
+	vktMeshShaderSmokeTests.cpp
+	vktMeshShaderSmokeTests.hpp
+	vktMeshShaderApiTests.cpp
+	vktMeshShaderApiTests.hpp
+	vktMeshShaderPropertyTests.cpp
+	vktMeshShaderPropertyTests.hpp
+	vktMeshShaderBuiltinTests.cpp
+	vktMeshShaderBuiltinTests.hpp
+	vktMeshShaderMiscTests.cpp
+	vktMeshShaderMiscTests.hpp
+	)
+
+set(DEQP_VK_MESH_SHADER_LIBS
+	tcutil
+	vkutil
+	)
+
+PCH(DEQP_VK_MESH_SHADER_SRCS ../pch.cpp)
+
+add_library(deqp-vk-mesh-shader STATIC ${DEQP_VK_MESH_SHADER_SRCS})
+target_link_libraries(deqp-vk-mesh-shader ${DEQP_VK_MESH_SHADER_LIBS})
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderApiTests.cpp b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderApiTests.cpp
new file mode 100644
index 0000000..62f160b
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderApiTests.cpp
@@ -0,0 +1,816 @@
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Mesh Shader API Tests
+ *//*--------------------------------------------------------------------*/
+
+#include "vktMeshShaderApiTests.hpp"
+#include "vktTestCase.hpp"
+
+#include "vkTypeUtil.hpp"
+#include "vkImageWithMemory.hpp"
+#include "vkBufferWithMemory.hpp"
+#include "vkObjUtil.hpp"
+#include "vkBuilderUtil.hpp"
+#include "vkCmdUtil.hpp"
+#include "vkImageUtil.hpp"
+
+#include "tcuMaybe.hpp"
+#include "tcuTestLog.hpp"
+#include "tcuImageCompare.hpp"
+
+#include "deRandom.hpp"
+
+#include <iostream>
+#include <sstream>
+#include <vector>
+#include <algorithm>
+#include <iterator>
+#include <limits>
+
+namespace vkt
+{
+namespace MeshShader
+{
+
+namespace
+{
+
+using namespace vk;
+
+using GroupPtr				= de::MovePtr<tcu::TestCaseGroup>;
+using ImageWithMemoryPtr	= de::MovePtr<ImageWithMemory>;
+using BufferWithMemoryPtr	= de::MovePtr<BufferWithMemory>;
+
+enum class DrawType
+{
+	DRAW = 0,
+	DRAW_INDIRECT,
+	DRAW_INDIRECT_COUNT,
+};
+
+std::ostream& operator<< (std::ostream& stream, DrawType drawType)
+{
+	switch (drawType)
+	{
+	case DrawType::DRAW:				stream << "draw";					break;
+	case DrawType::DRAW_INDIRECT:		stream << "draw_indirect";			break;
+	case DrawType::DRAW_INDIRECT_COUNT:	stream << "draw_indirect_count";	break;
+	default: DE_ASSERT(false); break;
+	}
+	return stream;
+}
+
+
+// This helps test the maxDrawCount rule for the DRAW_INDIRECT_COUNT case.
+enum class IndirectCountLimitType
+{
+	BUFFER_VALUE = 0,		// The actual count will be given by the count buffer.
+	MAX_COUNT,				// The actual count will be given by the maxDrawCount argument passed to the draw command.
+};
+
+struct IndirectArgs
+{
+	uint32_t offset;
+	uint32_t stride;
+};
+
+struct TestParams
+{
+	DrawType							drawType;
+	uint32_t							seed;
+	uint32_t							drawCount;				// Equivalent to taskCount or drawCount.
+	uint32_t							firstTask;				// Equivalent to firstTask in every call.
+	tcu::Maybe<IndirectArgs>			indirectArgs;			// Only used for DRAW_INDIRECT*.
+	tcu::Maybe<IndirectCountLimitType>	indirectCountLimit;		// Only used for DRAW_INDIRECT_COUNT.
+	tcu::Maybe<uint32_t>				indirectCountOffset;	// Only used for DRAW_INDIRECT_COUNT.
+	bool								useTask;
+};
+
+// The framebuffer will have a number of rows and 32 columns. Each mesh shader workgroup will generate geometry to fill a single
+// framebuffer row, using a triangle list with 32 triangles of different colors, each covering a framebuffer pixel.
+//
+// Note: the total framebuffer rows is called "full" below (e.g. 64). When using a task shader to generate work, each workgroup will
+// generate a single mesh workgroup using a push constant instead of a compile-time constant.
+//
+// When using DRAW, the task count will tell us how many rows of pixels will be filled in the framebuffer.
+//
+// When using indirect draws, the full framebuffer will always be drawn into by using multiple draw command structures, except in
+// the case of drawCount==0. Each draw will spawn the needed number of tasks to fill the whole framebuffer. In addition, in order to
+// make all argument structures different, the number of tasks in each draw count will be slightly different and assigned
+// pseudorandomly.
+//
+// DRAW: taskCount=0, taskCount=1, taskCount=2, taskCount=half, taskCount=full
+//
+// DRAW_INDIRECT: drawCount=0, drawCount=1, drawCount=2, drawCount=half, drawCount=full.
+//  * With offset 0 and pseudorandom (multiples of 4).
+//  * With stride adding a padding of 0 and pseudorandom (multiples of 4).
+//
+// DRAW_INDIRECT_COUNT: same as indirect in two variants:
+//  1. Passing the count in a buffer with a large maximum.
+//  2. Passing a large value in the buffer and limiting it with the maximum.
+
+class MeshApiCase : public vkt::TestCase
+{
+public:
+					MeshApiCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params)
+						: vkt::TestCase	(testCtx, name, description)
+						, m_params		(params)
+						{}
+	virtual			~MeshApiCase	(void) {}
+
+	void			initPrograms	(vk::SourceCollections& programCollection) const override;
+	void			checkSupport	(Context& context) const override;
+	TestInstance*	createInstance	(Context& context) const override;
+
+protected:
+	TestParams		m_params;
+};
+
+class MeshApiInstance : public vkt::TestInstance
+{
+public:
+						MeshApiInstance		(Context& context, const TestParams& params)
+							: vkt::TestInstance	(context)
+							, m_params			(params)
+							{}
+	virtual				~MeshApiInstance	(void) {}
+
+	tcu::TestStatus		iterate				(void) override;
+
+protected:
+	TestParams			m_params;
+};
+
+TestInstance* MeshApiCase::createInstance (Context& context) const
+{
+	return new MeshApiInstance(context, m_params);
+}
+
+struct PushConstantData
+{
+	uint32_t width;
+	uint32_t height;
+	uint32_t firstTaskMesh;
+	uint32_t one;
+	uint32_t firstTaskTask;
+
+	std::vector<VkPushConstantRange> getRanges (bool includeTask) const
+	{
+		constexpr uint32_t offsetMesh = 0u;
+		constexpr uint32_t offsetTask = static_cast<uint32_t>(offsetof(PushConstantData, one));
+		constexpr uint32_t sizeMesh = offsetTask;
+		constexpr uint32_t sizeTask = static_cast<uint32_t>(sizeof(PushConstantData)) - offsetTask;
+
+		const VkPushConstantRange meshRange =
+		{
+			VK_SHADER_STAGE_MESH_BIT_NV,	//	VkShaderStageFlags	stageFlags;
+			offsetMesh,						//	uint32_t			offset;
+			sizeMesh,						//	uint32_t			size;
+		};
+		const VkPushConstantRange taskRange =
+		{
+			VK_SHADER_STAGE_TASK_BIT_NV,	//	VkShaderStageFlags	stageFlags;
+			offsetTask,						//	uint32_t			offset;
+			sizeTask,						//	uint32_t			size;
+		};
+
+		std::vector<VkPushConstantRange> ranges (1u, meshRange);
+		if (includeTask)
+			ranges.push_back(taskRange);
+		return ranges;
+	}
+};
+
+void MeshApiCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const std::string taskDataDecl =
+		"taskNV TaskData {\n"
+		"    uint blockNumber;\n"
+		"    uint blockRow;\n"
+		"} td;\n"
+		;
+
+	// Task shader if needed.
+	if (m_params.useTask)
+	{
+		std::ostringstream task;
+		task
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=1) in;\n"
+			<< "\n"
+			<< "layout (push_constant, std430) uniform TaskPushConstantBlock {\n"
+			<< "    layout (offset=12) uint one;\n"
+			<< "    layout (offset=16) uint firstTask;\n"
+			<< "} pc;\n"
+			<< "\n"
+			<< "out " << taskDataDecl
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_TaskCountNV  = pc.one;\n"
+			<< "    td.blockNumber  = uint(gl_DrawID);\n"
+			<< "    td.blockRow     = gl_WorkGroupID.x - pc.firstTask;\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("task") << glu::TaskSource(task.str());
+	}
+
+	// Mesh shader.
+	{
+		std::ostringstream mesh;
+		mesh
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=32) in;\n"
+			<< "layout (triangles) out;\n"
+			<< "layout (max_vertices=96, max_primitives=32) out;\n"
+			<< "\n"
+			<< "layout (push_constant, std430) uniform MeshPushConstantBlock {\n"
+			<< "    uint width;\n"
+			<< "    uint height;\n"
+			<< "    uint firstTask;\n"
+			<< "} pc;\n"
+			<< "\n"
+			<< "layout (location=0) perprimitiveNV out vec4 primitiveColor[];\n"
+			<< "\n"
+			<< (m_params.useTask ? ("in " + taskDataDecl): "")
+			<< "\n"
+			<< "layout (set=0, binding=0, std430) readonly buffer BlockSizes {\n"
+			<< "    uint blockSize[];\n"
+			<< "} bsz;\n"
+			<< "\n"
+			<< "uint startOfBlock (uint blockNumber)\n"
+			<< "{\n"
+			<< "    uint start = 0;\n"
+			<< "    for (uint i = 0; i < blockNumber; i++)\n"
+			<< "        start += bsz.blockSize[i];\n"
+			<< "    return start;\n"
+			<< "}\n"
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    const uint blockNumber = " << (m_params.useTask ? "td.blockNumber" : "uint(gl_DrawID)") << ";\n"
+			<< "    const uint blockRow = " << (m_params.useTask ? "td.blockRow" : "(gl_WorkGroupID.x - pc.firstTask)") << ";\n"
+			<< "\n"
+			<< "    // Each workgroup will fill one row, and each invocation will generate a\n"
+			<< "    // triangle around the pixel center in each column.\n"
+			<< "    const uint row = startOfBlock(blockNumber) + blockRow;\n"
+			<< "    const uint col = gl_LocalInvocationID.x;\n"
+			<< "\n"
+			<< "    const float fHeight = float(pc.height);\n"
+			<< "    const float fWidth = float(pc.width);\n"
+			<< "\n"
+			<< "    // Pixel coordinates, normalized.\n"
+			<< "    const float rowNorm = (float(row) + 0.5) / fHeight;\n"
+			<< "    const float colNorm = (float(col) + 0.5) / fWidth;\n"
+			<< "\n"
+			<< "    // Framebuffer coordinates.\n"
+			<< "    const float coordX = (colNorm * 2.0) - 1.0;\n"
+			<< "    const float coordY = (rowNorm * 2.0) - 1.0;\n"
+			<< "\n"
+			<< "    const float pixelWidth = 2.0 / fWidth;\n"
+			<< "    const float pixelHeight = 2.0 / fHeight;\n"
+			<< "\n"
+			<< "    const float offsetX = pixelWidth / 2.0;\n"
+			<< "    const float offsetY = pixelHeight / 2.0;\n"
+			<< "\n"
+			<< "    const uint baseIndex = col*3;\n"
+			<< "    const uvec3 indices = uvec3(baseIndex, baseIndex + 1, baseIndex + 2);\n"
+			<< "\n"
+			<< "    gl_PrimitiveCountNV = 32u;\n"
+			<< "    primitiveColor[col] = vec4(rowNorm, colNorm, 0.0, 1.0);\n"
+			<< "\n"
+			<< "    gl_PrimitiveIndicesNV[indices.x] = indices.x;\n"
+			<< "    gl_PrimitiveIndicesNV[indices.y] = indices.y;\n"
+			<< "    gl_PrimitiveIndicesNV[indices.z] = indices.z;\n"
+			<< "\n"
+			<< "    gl_MeshVerticesNV[indices.x].gl_Position = vec4(coordX - offsetX, coordY + offsetY, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[indices.y].gl_Position = vec4(coordX + offsetX, coordY + offsetY, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[indices.z].gl_Position = vec4(coordX, coordY - offsetY, 0.0, 1.0);\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+
+	// Frag shader.
+	{
+		std::ostringstream frag;
+		frag
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (location=0) perprimitiveNV in vec4 primitiveColor;\n"
+			<< "layout (location=0) out vec4 outColor;\n"
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    outColor = primitiveColor;\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str());
+	}
+}
+
+void MeshApiCase::checkSupport (Context& context) const
+{
+	context.requireDeviceFunctionality("VK_NV_mesh_shader");
+
+	const auto& meshFeatures = context.getMeshShaderFeatures();
+
+	if (!meshFeatures.meshShader)
+		TCU_THROW(NotSupportedError, "Mesh shaders not supported");
+
+	if (m_params.useTask && !meshFeatures.taskShader)
+		TCU_THROW(NotSupportedError, "Task shaders not supported");
+
+	// VUID-vkCmdDrawMeshTasksIndirectNV-drawCount-02718
+	if (m_params.drawType == DrawType::DRAW_INDIRECT && m_params.drawCount > 1u)
+	{
+		const auto& features = context.getDeviceFeatures();
+		if (!features.multiDrawIndirect)
+			TCU_THROW(NotSupportedError, "Indirect multi-draws not supported");
+	}
+
+	// VUID-vkCmdDrawMeshTasksIndirectCountNV-None-04445
+	if (m_params.drawType == DrawType::DRAW_INDIRECT_COUNT)
+		context.requireDeviceFunctionality("VK_KHR_draw_indirect_count");
+}
+
+template <typename T>
+BufferWithMemoryPtr makeStridedBuffer(const DeviceInterface& vkd, VkDevice device, Allocator& alloc, const std::vector<T>& elements, uint32_t offset, uint32_t stride, VkBufferUsageFlags usage, uint32_t endPadding)
+{
+	const auto elementSize	= static_cast<uint32_t>(sizeof(T));
+	const auto actualStride	= std::max(elementSize, stride);
+	const auto bufferSize	= static_cast<size_t>(offset) + static_cast<size_t>(actualStride) * elements.size() + static_cast<size_t>(endPadding);
+	const auto bufferInfo	= makeBufferCreateInfo(static_cast<VkDeviceSize>(bufferSize), usage);
+
+	BufferWithMemoryPtr buffer(new BufferWithMemory(vkd, device, alloc, bufferInfo, MemoryRequirement::HostVisible));
+	auto& bufferAlloc	= buffer->getAllocation();
+	char* bufferDataPtr	= reinterpret_cast<char*>(bufferAlloc.getHostPtr());
+
+	char* itr = bufferDataPtr + offset;
+	for (const auto& elem : elements)
+	{
+		deMemcpy(itr, &elem, sizeof(elem));
+		itr += actualStride;
+	}
+	if (endPadding > 0u)
+		deMemset(itr, 0xFF, endPadding);
+
+	flushAlloc(vkd, device, bufferAlloc);
+
+	return buffer;
+}
+
+VkExtent3D getExtent ()
+{
+	return makeExtent3D(32u, 64u, 1u);
+}
+
+tcu::TestStatus MeshApiInstance::iterate (void)
+{
+	const auto&		vkd			= m_context.getDeviceInterface();
+	const auto		device		= m_context.getDevice();
+	auto&			alloc		= m_context.getDefaultAllocator();
+	const auto		queueIndex	= m_context.getUniversalQueueFamilyIndex();
+	const auto		queue		= m_context.getUniversalQueue();
+
+	const auto		extent		= getExtent();
+	const auto		iExtent3D	= tcu::IVec3(static_cast<int>(extent.width), static_cast<int>(extent.height), static_cast<int>(extent.depth));
+	const auto		iExtent2D	= tcu::IVec2(iExtent3D.x(), iExtent3D.y());
+	const auto		format		= VK_FORMAT_R8G8B8A8_UNORM;
+	const auto		tcuFormat	= mapVkFormat(format);
+	const auto		colorUsage	= (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT);
+	const auto		colorSRR	= makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u);
+	const tcu::Vec4	clearColor	(0.0f, 0.0f, 0.0f, 1.0f);
+	const float		colorThres	= 0.005f; // 1/255 < 0.005 < 2/255
+	const tcu::Vec4	threshold	(colorThres, colorThres, 0.0f, 0.0f);
+
+	ImageWithMemoryPtr	colorBuffer;
+	Move<VkImageView>	colorBufferView;
+	{
+		const VkImageCreateInfo colorBufferInfo =
+		{
+			VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,	//	VkStructureType			sType;
+			nullptr,								//	const void*				pNext;
+			0u,										//	VkImageCreateFlags		flags;
+			VK_IMAGE_TYPE_2D,						//	VkImageType				imageType;
+			format,									//	VkFormat				format;
+			extent,									//	VkExtent3D				extent;
+			1u,										//	uint32_t				mipLevels;
+			1u,										//	uint32_t				arrayLayers;
+			VK_SAMPLE_COUNT_1_BIT,					//	VkSampleCountFlagBits	samples;
+			VK_IMAGE_TILING_OPTIMAL,				//	VkImageTiling			tiling;
+			colorUsage,								//	VkImageUsageFlags		usage;
+			VK_SHARING_MODE_EXCLUSIVE,				//	VkSharingMode			sharingMode;
+			0u,										//	uint32_t				queueFamilyIndexCount;
+			nullptr,								//	const uint32_t*			pQueueFamilyIndices;
+			VK_IMAGE_LAYOUT_UNDEFINED,				//	VkImageLayout			initialLayout;
+		};
+		colorBuffer = ImageWithMemoryPtr(new ImageWithMemory(vkd, device, alloc, colorBufferInfo, MemoryRequirement::Any));
+		colorBufferView = makeImageView(vkd, device, colorBuffer->get(), VK_IMAGE_VIEW_TYPE_2D, format, colorSRR);
+	}
+
+	// Prepare buffer containing the array of block sizes.
+	de::Random				rnd				(m_params.seed);
+	std::vector<uint32_t>	blockSizes;
+
+	const uint32_t			vectorSize		= std::max(1u, m_params.drawCount);
+	const uint32_t			largeDrawCount	= vectorSize + 1u; // The indirect buffer needs to have some padding at the end. See below.
+	const uint32_t			evenBlockSize	= extent.height / vectorSize;
+	uint32_t				remainingRows	= extent.height;
+
+	blockSizes.reserve(vectorSize);
+	for (uint32_t i = 0; i < vectorSize - 1u; ++i)
+	{
+		const auto blockSize = static_cast<uint32_t>(rnd.getInt(1, evenBlockSize));
+		remainingRows -= blockSize;
+		blockSizes.push_back(blockSize);
+	}
+	blockSizes.push_back(remainingRows);
+
+	const auto			blockSizesBufferSize	= static_cast<VkDeviceSize>(de::dataSize(blockSizes));
+	BufferWithMemoryPtr	blockSizesBuffer		= makeStridedBuffer(vkd, device, alloc, blockSizes, 0u, 0u, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT, 0u);
+
+	// Descriptor set layout, pool and set.
+	DescriptorSetLayoutBuilder layoutBuilder;
+	layoutBuilder.addSingleBinding(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, VK_SHADER_STAGE_MESH_BIT_NV);
+	const auto setLayout = layoutBuilder.build(vkd, device);
+
+	DescriptorPoolBuilder poolBuilder;
+	poolBuilder.addType(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER);
+	const auto descriptorPool = poolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u);
+
+	const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get());
+
+	// Update descriptor set.
+	{
+		DescriptorSetUpdateBuilder updateBuilder;
+
+		const auto location				= DescriptorSetUpdateBuilder::Location::binding(0u);
+		const auto descriptorBufferInfo	= makeDescriptorBufferInfo(blockSizesBuffer->get(), 0ull, blockSizesBufferSize);
+
+		updateBuilder.writeSingle(descriptorSet.get(), location, VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo);
+		updateBuilder.update(vkd, device);
+	}
+
+	// Pipeline layout.
+	PushConstantData	pcData;
+	const auto			pcRanges		= pcData.getRanges(m_params.useTask);
+	const auto			pipelineLayout	= makePipelineLayout(vkd, device, 1u, &setLayout.get(), static_cast<uint32_t>(pcRanges.size()), de::dataOrNull(pcRanges));
+
+	// Push constants.
+	pcData.width			= extent.width;
+	pcData.height			= extent.height;
+	pcData.firstTaskMesh	= m_params.firstTask;
+	pcData.one				= 1u;
+	pcData.firstTaskTask	= m_params.firstTask;
+
+	// Render pass and framebuffer.
+	const auto renderPass	= makeRenderPass(vkd, device, format);
+	const auto framebuffer	= makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), extent.width, extent.height);
+
+	// Pipeline.
+	Move<VkShaderModule> taskModule;
+	Move<VkShaderModule> meshModule;
+	Move<VkShaderModule> fragModule;
+
+	const auto& binaries = m_context.getBinaryCollection();
+	if (m_params.useTask)
+		taskModule = createShaderModule(vkd, device, binaries.get("task"));
+	meshModule = createShaderModule(vkd, device, binaries.get("mesh"));
+	fragModule = createShaderModule(vkd, device, binaries.get("frag"));
+
+	const std::vector<VkViewport>	viewports	(1u, makeViewport(extent));
+	const std::vector<VkRect2D>		scissors	(1u, makeRect2D(extent));
+
+	const auto pipeline = makeGraphicsPipeline(vkd, device, pipelineLayout.get(),
+		taskModule.get(), meshModule.get(), fragModule.get(),
+		renderPass.get(), viewports, scissors);
+
+	// Command pool and buffer.
+	const auto cmdPool		= makeCommandPool(vkd, device, queueIndex);
+	const auto cmdBufferPtr	= allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY);
+	const auto cmdBuffer	= cmdBufferPtr.get();
+
+	// Indirect and count buffers if needed.
+	BufferWithMemoryPtr indirectBuffer;
+	BufferWithMemoryPtr countBuffer;
+
+	if (m_params.drawType != DrawType::DRAW)
+	{
+		// Indirect draws.
+		DE_ASSERT(static_cast<bool>(m_params.indirectArgs));
+		const auto& indirectArgs = m_params.indirectArgs.get();
+
+		// Check stride and offset validity.
+		DE_ASSERT(indirectArgs.offset % 4u == 0u);
+		DE_ASSERT(indirectArgs.stride % 4u == 0u && (indirectArgs.stride == 0u || indirectArgs.stride >= static_cast<uint32_t>(sizeof(VkDrawMeshTasksIndirectCommandNV))));
+
+		// Prepare struct vector, which will be converted to a buffer with the proper stride and offset later.
+		std::vector<VkDrawMeshTasksIndirectCommandNV> commands;
+		commands.reserve(blockSizes.size());
+
+		std::transform(begin(blockSizes), end(blockSizes), std::back_inserter(commands),
+			[this](uint32_t blockSize) { return VkDrawMeshTasksIndirectCommandNV{blockSize, this->m_params.firstTask}; });
+
+		const auto padding	= static_cast<uint32_t>(sizeof(VkDrawMeshTasksIndirectCommandNV));
+		indirectBuffer		= makeStridedBuffer(vkd, device, alloc, commands, indirectArgs.offset, indirectArgs.stride, VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT, padding);
+
+		// Prepare count buffer if needed.
+		if (m_params.drawType == DrawType::DRAW_INDIRECT_COUNT)
+		{
+			DE_ASSERT(static_cast<bool>(m_params.indirectCountLimit));
+			DE_ASSERT(static_cast<bool>(m_params.indirectCountOffset));
+
+			const auto countBufferValue	= ((m_params.indirectCountLimit.get() == IndirectCountLimitType::BUFFER_VALUE)
+										? m_params.drawCount
+										: largeDrawCount);
+
+			const std::vector<uint32_t> singleCount (1u, countBufferValue);
+			countBuffer = makeStridedBuffer(vkd, device, alloc, singleCount, m_params.indirectCountOffset.get(), static_cast<uint32_t>(sizeof(uint32_t)), VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT, 0u);
+		}
+	}
+
+	// Submit commands.
+	beginCommandBuffer(vkd, cmdBuffer);
+	beginRenderPass(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0), clearColor);
+
+	vkd.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipelineLayout.get(), 0u, 1u, &descriptorSet.get(), 0u, nullptr);
+	{
+		const char* pcDataPtr = reinterpret_cast<const char*>(&pcData);
+		for (const auto& range : pcRanges)
+			vkd.cmdPushConstants(cmdBuffer, pipelineLayout.get(), range.stageFlags, range.offset, range.size, pcDataPtr + range.offset);
+	}
+	vkd.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline.get());
+
+	if (m_params.drawType == DrawType::DRAW)
+	{
+		vkd.cmdDrawMeshTasksNV(cmdBuffer, m_params.drawCount, m_params.firstTask);
+	}
+	else if (m_params.drawType == DrawType::DRAW_INDIRECT)
+	{
+		const auto& indirectArgs = m_params.indirectArgs.get();
+		vkd.cmdDrawMeshTasksIndirectNV(cmdBuffer, indirectBuffer->get(), indirectArgs.offset, m_params.drawCount, indirectArgs.stride);
+	}
+	else if (m_params.drawType == DrawType::DRAW_INDIRECT_COUNT)
+	{
+		const auto& indirectArgs		= m_params.indirectArgs.get();
+		const auto& indirectCountOffset	= m_params.indirectCountOffset.get();
+		const auto& indirectCountLimit	= m_params.indirectCountLimit.get();
+
+		const auto maxCount	= ((indirectCountLimit == IndirectCountLimitType::MAX_COUNT)
+							? m_params.drawCount
+							: largeDrawCount);
+		vkd.cmdDrawMeshTasksIndirectCountNV(cmdBuffer, indirectBuffer->get(), indirectArgs.offset, countBuffer->get(), indirectCountOffset, maxCount, indirectArgs.stride);
+	}
+	else
+		DE_ASSERT(false);
+
+	endRenderPass(vkd, cmdBuffer);
+
+	// Output buffer to extract the color buffer.
+	BufferWithMemoryPtr	outBuffer;
+	void*				outBufferData = nullptr;
+	{
+		const auto	outBufferSize	= static_cast<VkDeviceSize>(static_cast<uint32_t>(tcu::getPixelSize(tcuFormat)) * extent.width * extent.height);
+		const auto	outBufferUsage	= VK_BUFFER_USAGE_TRANSFER_DST_BIT;
+		const auto	outBufferInfo	= makeBufferCreateInfo(outBufferSize, outBufferUsage);
+
+		outBuffer					= BufferWithMemoryPtr(new BufferWithMemory(vkd, device, alloc, outBufferInfo, MemoryRequirement::HostVisible));
+		outBufferData				= outBuffer->getAllocation().getHostPtr();
+	}
+
+	copyImageToBuffer(vkd, cmdBuffer, colorBuffer->get(), outBuffer->get(), iExtent2D);
+	endCommandBuffer(vkd, cmdBuffer);
+	submitCommandsAndWait(vkd, device, queue, cmdBuffer);
+
+	// Generate reference image and compare.
+	{
+		auto&						log				= m_context.getTestContext().getLog();
+		auto&						outBufferAlloc	= outBuffer->getAllocation();
+		tcu::ConstPixelBufferAccess	result			(tcuFormat, iExtent3D, outBufferData);
+		tcu::TextureLevel			referenceLevel	(tcuFormat, iExtent3D.x(), iExtent3D.y());
+		const auto					reference		= referenceLevel.getAccess();
+		const auto					setName			= de::toString(m_params.drawType) + "_draw_count_" + de::toString(m_params.drawCount) + (m_params.useTask ? "_with_task" : "_no_task");
+		const auto					fHeight			= static_cast<float>(extent.height);
+		const auto					fWidth			= static_cast<float>(extent.width);
+
+		invalidateAlloc(vkd, device, outBufferAlloc);
+
+		for (int y = 0; y < iExtent3D.y(); ++y)
+		for (int x = 0; x < iExtent3D.x(); ++x)
+		{
+			const tcu::Vec4 refColor	= ((m_params.drawCount == 0u || (m_params.drawType == DrawType::DRAW && y >= static_cast<int>(m_params.drawCount)))
+										? clearColor
+										: tcu::Vec4(
+											// These match the per-primitive color set by the mesh shader.
+											(static_cast<float>(y) + 0.5f) / fHeight,
+											(static_cast<float>(x) + 0.5f) / fWidth,
+											0.0f,
+											1.0f));
+			reference.setPixel(refColor, x, y);
+		}
+
+		if (!tcu::floatThresholdCompare(log, setName.c_str(), "", reference, result, threshold, tcu::COMPARE_LOG_ON_ERROR))
+			return tcu::TestStatus::fail("Image comparison failed; check log for details");
+	}
+
+	return tcu::TestStatus::pass("Pass");
+}
+
+} // anonymous
+
+tcu::TestCaseGroup* createMeshShaderApiTests (tcu::TestContext& testCtx)
+{
+	GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "api", "Mesh Shader API tests"));
+
+	const DrawType drawCases[] =
+	{
+		DrawType::DRAW,
+		DrawType::DRAW_INDIRECT,
+		DrawType::DRAW_INDIRECT_COUNT,
+	};
+
+	const auto		extent				= getExtent();
+	const uint32_t	drawCountCases[]	= { 0u, 1u, 2u, extent.height / 2u, extent.height };
+
+	const uint32_t normalStride	= static_cast<uint32_t>(sizeof(VkDrawMeshTasksIndirectCommandNV));
+	const uint32_t largeStride	= 2u * normalStride + 4u;
+	const uint32_t altOffset	= 20u;
+
+	const struct
+	{
+		tcu::Maybe<IndirectArgs>	indirectArgs;
+		const char*					name;
+	} indirectArgsCases[] =
+	{
+		{ tcu::nothing<IndirectArgs>(),							"no_indirect_args"			},
+
+		// Offset 0, varying strides.
+		{ tcu::just(IndirectArgs{ 0u, 0u }),					"offset_0_stride_0"			},
+		{ tcu::just(IndirectArgs{ 0u, normalStride }),			"offset_0_stride_normal"	},
+		{ tcu::just(IndirectArgs{ 0u, largeStride }),			"offset_0_stride_large"		},
+
+		// Nonzero offset, varying strides.
+		{ tcu::just(IndirectArgs{ altOffset, 0u }),				"offset_alt_stride_0"		},
+		{ tcu::just(IndirectArgs{ altOffset, normalStride }),	"offset_alt_stride_normal"	},
+		{ tcu::just(IndirectArgs{ altOffset, largeStride }),	"offset_alt_stride_large"	},
+	};
+
+	const struct
+	{
+		tcu::Maybe<IndirectCountLimitType>	limitType;
+		const char*							name;
+	} countLimitCases[] =
+	{
+		{ tcu::nothing<IndirectCountLimitType>(),			"no_count_limit"		},
+		{ tcu::just(IndirectCountLimitType::BUFFER_VALUE),	"count_limit_buffer"	},
+		{ tcu::just(IndirectCountLimitType::MAX_COUNT),		"count_limit_max_count"	},
+	};
+
+	const struct
+	{
+		tcu::Maybe<uint32_t>	countOffset;
+		const char*				name;
+	} countOffsetCases[] =
+	{
+		{ tcu::nothing<uint32_t>(),	"no_count_offset"	},
+		{ tcu::just(uint32_t{0u}),	"count_offset_0"	},
+		{ tcu::just(altOffset),		"count_offset_alt"	},
+	};
+
+	const struct
+	{
+		bool		useTask;
+		const char*	name;
+	} taskCases[] =
+	{
+		{ false,	"no_task_shader"	},
+		{ true,		"with_task_shader"	},
+	};
+
+	const struct
+	{
+		uint32_t	firstTask;
+		const char*	name;
+	} firstTaskCases[] =
+	{
+		{ 0u,		"first_task_zero"		},
+		{ 1001u,	"first_task_nonzero"	},
+	};
+
+	uint32_t seed = 1628678795u;
+
+	for (const auto& drawCase : drawCases)
+	{
+		const auto drawCaseName			= de::toString(drawCase);
+		const bool isIndirect			= (drawCase != DrawType::DRAW);
+		const bool isIndirectNoCount	= (drawCase == DrawType::DRAW_INDIRECT);
+		const bool isIndirectCount		= (drawCase == DrawType::DRAW_INDIRECT_COUNT);
+
+		GroupPtr drawGroup(new tcu::TestCaseGroup(testCtx, drawCaseName.c_str(), ""));
+
+		for (const auto& drawCountCase : drawCountCases)
+		{
+			const auto drawCountName = "draw_count_" + de::toString(drawCountCase);
+			GroupPtr drawCountGroup(new tcu::TestCaseGroup(testCtx, drawCountName.c_str(), ""));
+
+			for (const auto& indirectArgsCase : indirectArgsCases)
+			{
+				const bool hasIndirectArgs	= static_cast<bool>(indirectArgsCase.indirectArgs);
+				const bool strideZero		= (hasIndirectArgs && indirectArgsCase.indirectArgs.get().stride == 0u);
+
+				if (isIndirect != hasIndirectArgs)
+					continue;
+
+				// VUID-vkCmdDrawMeshTasksIndirectNV-drawCount-02146 and VUID-vkCmdDrawMeshTasksIndirectCountNV-stride-02182.
+				if (((isIndirectNoCount && drawCountCase > 1u) || isIndirectCount) && strideZero)
+					continue;
+
+				GroupPtr indirectArgsGroup(new tcu::TestCaseGroup(testCtx, indirectArgsCase.name, ""));
+
+				for (const auto& countLimitCase : countLimitCases)
+				{
+					const bool hasCountLimit = static_cast<bool>(countLimitCase.limitType);
+
+					if (isIndirectCount != hasCountLimit)
+						continue;
+
+					GroupPtr countLimitGroup(new tcu::TestCaseGroup(testCtx, countLimitCase.name, ""));
+
+					for (const auto& countOffsetCase : countOffsetCases)
+					{
+						const bool hasCountOffsetType = static_cast<bool>(countOffsetCase.countOffset);
+
+						if (isIndirectCount != hasCountOffsetType)
+							continue;
+
+						GroupPtr countOffsetGroup(new tcu::TestCaseGroup(testCtx, countOffsetCase.name, ""));
+
+						for (const auto& taskCase : taskCases)
+						{
+							GroupPtr taskCaseGrp(new tcu::TestCaseGroup(testCtx, taskCase.name, ""));
+
+							for (const auto& firstTaskCase : firstTaskCases)
+							{
+								const TestParams params =
+								{
+									drawCase,						//	DrawType							drawType;
+									seed++,							//	uint32_t							seed;
+									drawCountCase,					//	uint32_t							drawCount;
+									firstTaskCase.firstTask,		//	uint32_t							firstTask;
+									indirectArgsCase.indirectArgs,	//	tcu::Maybe<IndirectArgs>			indirectArgs;
+									countLimitCase.limitType,		//	tcu::Maybe<IndirectCountLimitType>	indirectCountLimit;
+									countOffsetCase.countOffset,	//	tcu::Maybe<uint32_t>				indirectCountOffset;
+									taskCase.useTask,				//	bool								useTask;
+								};
+
+								taskCaseGrp->addChild(new MeshApiCase(testCtx, firstTaskCase.name, "", params));
+							}
+
+							countOffsetGroup->addChild(taskCaseGrp.release());
+						}
+
+						countLimitGroup->addChild(countOffsetGroup.release());
+					}
+
+					indirectArgsGroup->addChild(countLimitGroup.release());
+				}
+
+				drawCountGroup->addChild(indirectArgsGroup.release());
+			}
+
+			drawGroup->addChild(drawCountGroup.release());
+		}
+
+		mainGroup->addChild(drawGroup.release());
+	}
+
+	return mainGroup.release();
+}
+
+} // MeshShader
+} // vkt
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderApiTests.hpp b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderApiTests.hpp
new file mode 100644
index 0000000..cdd4c07
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderApiTests.hpp
@@ -0,0 +1,38 @@
+#ifndef _VKTMESHSHADERAPITESTS_HPP
+#define _VKTMESHSHADERAPITESTS_HPP
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Mesh Shader API Tests
+ *//*--------------------------------------------------------------------*/
+
+#include "tcuDefs.hpp"
+#include "tcuTestCase.hpp"
+
+namespace vkt
+{
+namespace MeshShader
+{
+tcu::TestCaseGroup* createMeshShaderApiTests (tcu::TestContext& testCtx);
+} // MeshShader
+} // vkt
+
+#endif // _VKTMESHSHADERAPITESTS_HPP
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderBuiltinTests.cpp b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderBuiltinTests.cpp
new file mode 100644
index 0000000..19c7eee
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderBuiltinTests.cpp
@@ -0,0 +1,1765 @@
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Mesh Shader Builtin Tests
+ *//*--------------------------------------------------------------------*/
+
+#include "vktMeshShaderBuiltinTests.hpp"
+#include "vktTestCase.hpp"
+
+#include "vkTypeUtil.hpp"
+#include "vkImageUtil.hpp"
+#include "vkObjUtil.hpp"
+#include "vkBuilderUtil.hpp"
+#include "vkImageWithMemory.hpp"
+#include "vkBufferWithMemory.hpp"
+#include "vkCmdUtil.hpp"
+#include "vkBarrierUtil.hpp"
+
+#include "tcuTexture.hpp"
+#include "tcuTestLog.hpp"
+
+#include <vector>
+#include <algorithm>
+#include <sstream>
+#include <map>
+#include <utility>
+#include <sstream>
+
+namespace tcu
+{
+// Needed for PixelMap below.
+bool operator<(const IVec2& a, const IVec2& b)
+{
+	return (a.x() < b.x() || (a.x() == b.x() && a.y() < b.y()));
+}
+}
+
+namespace vkt
+{
+namespace MeshShader
+{
+
+namespace
+{
+
+using namespace vk;
+
+using GroupPtr				= de::MovePtr<tcu::TestCaseGroup>;
+using DrawCommandVec		= std::vector<VkDrawMeshTasksIndirectCommandNV>;
+using ImageWithMemoryPtr	= de::MovePtr<ImageWithMemory>;
+using BufferWithMemoryPtr	= de::MovePtr<BufferWithMemory>;
+using ViewportVec			= std::vector<VkViewport>;
+using ColorVec				= std::vector<tcu::Vec4>;
+using PixelMap				= std::map<tcu::IVec2, tcu::Vec4>; // Coordinates to color.
+
+VkExtent2D getDefaultExtent ()
+{
+	return makeExtent2D(8u, 8u);
+}
+
+VkExtent2D getLinearExtent ()
+{
+	return makeExtent2D(8u, 1u);
+}
+
+struct JobSize
+{
+	uint32_t numTasks;
+	uint32_t localSize;
+};
+
+JobSize getLargeJobSize ()
+{
+	return JobSize{8u, 8u};
+}
+
+// Single draw command with the given number of tasks, 1 by default.
+DrawCommandVec getDefaultDrawCommands (uint32_t taskCount = 1u)
+{
+	return DrawCommandVec(1u, makeDrawMeshTasksIndirectCommandNV(taskCount, 0u));
+}
+
+// Basic fragment shader that draws fragments in blue.
+std::string getBasicFragShader ()
+{
+	return
+		"#version 460\n"
+		"#extension GL_NV_mesh_shader : enable\n"
+		"\n"
+		"layout (location=0) out vec4 outColor;\n"
+		"\n"
+		"void main ()\n"
+		"{\n"
+		"    outColor = vec4(0.0, 0.0, 1.0, 1.0);\n"
+		"}\n"
+		;
+}
+
+struct IterationParams
+{
+	VkExtent2D		colorExtent;
+	uint32_t		numLayers;
+	DrawCommandVec	drawArgs;
+	bool			indirect;
+	ViewportVec		viewports;	// If empty, a single default viewport is used.
+};
+
+class MeshShaderBuiltinInstance : public vkt::TestInstance
+{
+public:
+						MeshShaderBuiltinInstance	(Context& context, const IterationParams& params)
+							: vkt::TestInstance	(context)
+							, m_params			(params)
+							{}
+	virtual				~MeshShaderBuiltinInstance	(void) {}
+
+	tcu::TestStatus		iterate						() override;
+	virtual void		verifyResults				(const tcu::ConstPixelBufferAccess& result) = 0;
+
+protected:
+	IterationParams		m_params;
+};
+
+tcu::TestStatus MeshShaderBuiltinInstance::iterate ()
+{
+	const auto&		vkd			= m_context.getDeviceInterface();
+	const auto		device		= m_context.getDevice();
+	auto&			alloc		= m_context.getDefaultAllocator();
+	const auto		queueIndex	= m_context.getUniversalQueueFamilyIndex();
+	const auto		queue		= m_context.getUniversalQueue();
+	const auto&		binaries	= m_context.getBinaryCollection();
+
+	const auto		useTask		= binaries.contains("task");
+	const auto		useFrag		= binaries.contains("frag");
+	const auto		extent		= makeExtent3D(m_params.colorExtent.width, m_params.colorExtent.height, 1u);
+	const auto		iExtent3D	= tcu::IVec3(static_cast<int>(extent.width), static_cast<int>(extent.height), static_cast<int>(m_params.numLayers));
+	const auto		format		= VK_FORMAT_R8G8B8A8_UNORM;
+	const auto		tcuFormat	= mapVkFormat(format);
+	const auto		colorUsage	= (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT);
+	const auto		viewType	= ((m_params.numLayers > 1u) ? VK_IMAGE_VIEW_TYPE_2D_ARRAY : VK_IMAGE_VIEW_TYPE_2D);
+	const auto		colorSRR	= makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, m_params.numLayers);
+	const auto		colorSRL	= makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, m_params.numLayers);
+	const tcu::Vec4	clearColor	(0.0f, 0.0f, 0.0f, 1.0f);
+
+	ImageWithMemoryPtr	colorBuffer;
+	Move<VkImageView>	colorBufferView;
+	{
+		const VkImageCreateInfo colorBufferInfo =
+		{
+			VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,	//	VkStructureType			sType;
+			nullptr,								//	const void*				pNext;
+			0u,										//	VkImageCreateFlags		flags;
+			VK_IMAGE_TYPE_2D,						//	VkImageType				imageType;
+			format,									//	VkFormat				format;
+			extent,									//	VkExtent3D				extent;
+			1u,										//	uint32_t				mipLevels;
+			m_params.numLayers,						//	uint32_t				arrayLayers;
+			VK_SAMPLE_COUNT_1_BIT,					//	VkSampleCountFlagBits	samples;
+			VK_IMAGE_TILING_OPTIMAL,				//	VkImageTiling			tiling;
+			colorUsage,								//	VkImageUsageFlags		usage;
+			VK_SHARING_MODE_EXCLUSIVE,				//	VkSharingMode			sharingMode;
+			0u,										//	uint32_t				queueFamilyIndexCount;
+			nullptr,								//	const uint32_t*			pQueueFamilyIndices;
+			VK_IMAGE_LAYOUT_UNDEFINED,				//	VkImageLayout			initialLayout;
+		};
+		colorBuffer = ImageWithMemoryPtr(new ImageWithMemory(vkd, device, alloc, colorBufferInfo, MemoryRequirement::Any));
+		colorBufferView = makeImageView(vkd, device, colorBuffer->get(), viewType, format, colorSRR);
+	}
+
+	// Empty descriptor set layout.
+	DescriptorSetLayoutBuilder layoutBuilder;
+	const auto setLayout = layoutBuilder.build(vkd, device);
+
+	// Pipeline layout.
+	const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get());
+
+	// Render pass and framebuffer.
+	const auto renderPass	= makeRenderPass(vkd, device, format);
+	const auto framebuffer	= makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), extent.width, extent.height, m_params.numLayers);
+
+	// Pipeline.
+	Move<VkShaderModule> taskModule;
+	Move<VkShaderModule> meshModule;
+	Move<VkShaderModule> fragModule;
+
+	if (useTask)
+		taskModule = createShaderModule(vkd, device, binaries.get("task"));
+	if (useFrag)
+		fragModule = createShaderModule(vkd, device, binaries.get("frag"));
+	meshModule = createShaderModule(vkd, device, binaries.get("mesh"));
+
+	std::vector<VkViewport>	viewports;
+	std::vector<VkRect2D>	scissors;
+	if (m_params.viewports.empty())
+	{
+		// Default ones.
+		viewports.push_back(makeViewport(extent));
+		scissors.push_back(makeRect2D(extent));
+	}
+	else
+	{
+		// The desired viewports and the same number of default scissors.
+		viewports.reserve(m_params.viewports.size());
+		std::copy(begin(m_params.viewports), end(m_params.viewports), std::back_inserter(viewports));
+		scissors.resize(viewports.size(), makeRect2D(extent));
+	}
+
+	const auto pipeline = makeGraphicsPipeline(vkd, device, pipelineLayout.get(),
+		taskModule.get(), meshModule.get(), fragModule.get(),
+		renderPass.get(), viewports, scissors);
+
+	// Command pool and buffer.
+	const auto cmdPool		= makeCommandPool(vkd, device, queueIndex);
+	const auto cmdBufferPtr	= allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY);
+	const auto cmdBuffer	= cmdBufferPtr.get();
+
+	// Indirect buffer if needed.
+	BufferWithMemoryPtr indirectBuffer;
+
+	DE_ASSERT(!m_params.drawArgs.empty());
+	if (m_params.indirect)
+	{
+		// Indirect draws.
+		const auto indirectBufferSize	= static_cast<VkDeviceSize>(de::dataSize(m_params.drawArgs));
+		const auto indirectBufferUsage	= (VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT);
+		const auto indirectBufferInfo	= makeBufferCreateInfo(indirectBufferSize, indirectBufferUsage);
+		indirectBuffer					= BufferWithMemoryPtr(new BufferWithMemory(vkd, device, alloc, indirectBufferInfo, MemoryRequirement::HostVisible));
+		auto& indirectBufferAlloc		= indirectBuffer->getAllocation();
+		void* indirectBufferData		= indirectBufferAlloc.getHostPtr();
+
+		deMemcpy(indirectBufferData, m_params.drawArgs.data(), static_cast<size_t>(indirectBufferSize));
+		flushAlloc(vkd, device, indirectBufferAlloc);
+	}
+
+	// Submit commands.
+	beginCommandBuffer(vkd, cmdBuffer);
+	beginRenderPass(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0), clearColor);
+	vkd.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline.get());
+
+	if (!m_params.indirect)
+	{
+		for (const auto& command : m_params.drawArgs)
+			vkd.cmdDrawMeshTasksNV(cmdBuffer, command.taskCount, command.firstTask);
+	}
+	else
+	{
+		const auto numDraws	= static_cast<uint32_t>(m_params.drawArgs.size());
+		const auto stride	= static_cast<uint32_t>(sizeof(decltype(m_params.drawArgs)::value_type));
+		vkd.cmdDrawMeshTasksIndirectNV(cmdBuffer, indirectBuffer->get(), 0ull, numDraws, stride);
+	}
+
+	endRenderPass(vkd, cmdBuffer);
+
+	// Output buffer to extract the color buffer contents.
+	BufferWithMemoryPtr	outBuffer;
+	void*				outBufferData	= nullptr;
+	{
+		const auto	layerSize			= static_cast<VkDeviceSize>(static_cast<uint32_t>(tcu::getPixelSize(tcuFormat)) * extent.width * extent.height);
+		const auto	outBufferSize		= layerSize * m_params.numLayers;
+		const auto	outBufferUsage		= VK_BUFFER_USAGE_TRANSFER_DST_BIT;
+		const auto	outBufferInfo		= makeBufferCreateInfo(outBufferSize, outBufferUsage);
+
+		outBuffer						= BufferWithMemoryPtr(new BufferWithMemory(vkd, device, alloc, outBufferInfo, MemoryRequirement::HostVisible));
+		outBufferData					= outBuffer->getAllocation().getHostPtr();
+	}
+
+	// Transition image layout.
+	const auto preTransferBarrier = makeImageMemoryBarrier(
+		(VK_ACCESS_COLOR_ATTACHMENT_READ_BIT | VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT), VK_ACCESS_TRANSFER_READ_BIT,
+		VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL,
+		colorBuffer->get(), colorSRR);
+
+	vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, 0u, 0u, nullptr, 0u, nullptr, 1u, &preTransferBarrier);
+
+	// Copy image to output buffer.
+	const std::vector<VkBufferImageCopy> regions (1u, makeBufferImageCopy(extent, colorSRL));
+	vkd.cmdCopyImageToBuffer(cmdBuffer, colorBuffer->get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, outBuffer->get(), static_cast<uint32_t>(regions.size()), de::dataOrNull(regions));
+
+	// Transfer to host barrier.
+	const auto postTransferBarrier = makeMemoryBarrier(VK_ACCESS_TRANSFER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT);
+	vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_HOST_BIT, 0u, 1u, &postTransferBarrier, 0u, nullptr, 0u, nullptr);
+
+	endCommandBuffer(vkd, cmdBuffer);
+	submitCommandsAndWait(vkd, device, queue, cmdBuffer);
+
+	// Invalidate alloc and verify result.
+	{
+		auto& outBufferAlloc = outBuffer->getAllocation();
+		invalidateAlloc(vkd, device, outBufferAlloc);
+
+		tcu::ConstPixelBufferAccess	result (tcuFormat, iExtent3D, outBufferData);
+		verifyResults(result);
+	}
+
+	return tcu::TestStatus::pass("Pass");
+}
+
+// Abstract case that implements the generic checkSupport method.
+class MeshShaderBuiltinCase : public vkt::TestCase
+{
+public:
+					MeshShaderBuiltinCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded)
+						: vkt::TestCase	(testCtx, name, description)
+						, m_taskNeeded	(taskNeeded)
+						{}
+	virtual			~MeshShaderBuiltinCase	(void) {}
+
+	void			checkSupport			(Context& context) const override;
+
+protected:
+	const bool		m_taskNeeded;
+};
+
+void MeshShaderBuiltinCase::checkSupport (Context& context) const
+{
+	context.requireDeviceFunctionality("VK_NV_mesh_shader");
+
+	const auto& meshFeatures = context.getMeshShaderFeatures();
+
+	if (!meshFeatures.meshShader)
+		TCU_THROW(NotSupportedError, "Mesh shader not supported");
+
+	if (m_taskNeeded && !meshFeatures.taskShader)
+		TCU_THROW(NotSupportedError, "Task shader not supported");
+}
+
+// Instance that verifies color layers.
+class FullScreenColorInstance : public MeshShaderBuiltinInstance
+{
+public:
+				FullScreenColorInstance		(Context& context, const IterationParams& params, const ColorVec& expectedColors)
+					: MeshShaderBuiltinInstance (context, params)
+					, m_expectedColors			(expectedColors)
+					{}
+	virtual		~FullScreenColorInstance	(void) {}
+
+	void		verifyResults				(const tcu::ConstPixelBufferAccess& result) override;
+
+protected:
+	const ColorVec m_expectedColors;
+};
+
+void FullScreenColorInstance::verifyResults (const tcu::ConstPixelBufferAccess& result)
+{
+	auto&		log		= m_context.getTestContext().getLog();
+	bool		fail	= false;
+	const auto	width	= result.getWidth();
+	const auto	height	= result.getHeight();
+	const auto	depth	= result.getDepth();
+
+	for (int z = 0; z < depth; ++z)
+	{
+		const auto& expected = m_expectedColors.at(z);
+
+		for (int y = 0; y < height; ++y)
+		for (int x = 0; x < width; ++x)
+		{
+			const auto resultColor = result.getPixel(x, y, z);
+			if (resultColor != expected)
+			{
+				std::ostringstream msg;
+				msg << "Pixel (" << x << ", " << y << ", " << z << ") failed: expected " << expected << " and found " << resultColor;
+				log << tcu::TestLog::Message << msg.str() << tcu::TestLog::EndMessage;
+				fail = true;
+			}
+		}
+	}
+
+	if (fail)
+	{
+		log << tcu::TestLog::Image("Result", "", result);
+		TCU_FAIL("Check log for details");
+	}
+}
+
+// Instance that verifies single-layer framebuffers divided into 4 quadrants.
+class QuadrantsInstance : public MeshShaderBuiltinInstance
+{
+public:
+				QuadrantsInstance	(Context& context, const IterationParams& params,
+									 const tcu::Vec4 topLeft,
+									 const tcu::Vec4 topRight,
+									 const tcu::Vec4 bottomLeft,
+									 const tcu::Vec4 bottomRight)
+					: MeshShaderBuiltinInstance (context, params)
+					, m_topLeft					(topLeft)
+					, m_topRight				(topRight)
+					, m_bottomLeft				(bottomLeft)
+					, m_bottomRight				(bottomRight)
+					{}
+	virtual		~QuadrantsInstance	(void) {}
+
+	void		verifyResults		(const tcu::ConstPixelBufferAccess& result) override;
+
+protected:
+	const tcu::Vec4 m_topLeft;
+	const tcu::Vec4 m_topRight;
+	const tcu::Vec4 m_bottomLeft;
+	const tcu::Vec4 m_bottomRight;
+};
+
+void QuadrantsInstance::verifyResults (const tcu::ConstPixelBufferAccess& result)
+{
+	const auto width	= result.getWidth();
+	const auto height	= result.getHeight();
+	const auto depth	= result.getDepth();
+
+	DE_ASSERT(depth == 1);
+	DE_ASSERT(width > 0 && width % 2 == 0);
+	DE_ASSERT(height > 0 && height % 2 == 0);
+	DE_UNREF(depth); // For release builds.
+
+	const auto	halfWidth	= width / 2;
+	const auto	halfHeight	= height / 2;
+	tcu::Vec4	expected;
+
+	for (int y = 0; y < height; ++y)
+	for (int x = 0; x < width; ++x)
+	{
+		// Choose the right quadrant
+		if (y < halfHeight)
+			expected = ((x < halfWidth) ? m_topLeft : m_topRight);
+		else
+			expected = ((x < halfWidth) ? m_bottomLeft : m_bottomRight);
+
+		const auto resultColor = result.getPixel(x, y);
+		if (resultColor != expected)
+		{
+			std::ostringstream msg;
+			msg << "Pixel (" << x << ", " << y  << ") failed: expected " << expected << " and found " << resultColor;
+			TCU_FAIL(msg.str());
+		}
+	}
+}
+
+// Instance that verifies single-layer framebuffers with specific pixels set to some color.
+struct PixelVerifierParams
+{
+	const tcu::Vec4		background;
+	const PixelMap		pixelMap;
+};
+
+class PixelsInstance : public MeshShaderBuiltinInstance
+{
+public:
+				PixelsInstance	(Context& context, const IterationParams& params, const PixelVerifierParams& pixelParams)
+					: MeshShaderBuiltinInstance	(context, params)
+					, m_pixelParams				(pixelParams)
+					{}
+	virtual		~PixelsInstance	(void) {}
+
+	void		verifyResults	(const tcu::ConstPixelBufferAccess& result) override;
+
+protected:
+	const PixelVerifierParams m_pixelParams;
+};
+
+void PixelsInstance::verifyResults (const tcu::ConstPixelBufferAccess& result)
+{
+	const auto width	= result.getWidth();
+	const auto height	= result.getHeight();
+	const auto depth	= result.getDepth();
+
+	DE_ASSERT(depth == 1);
+	DE_UNREF(depth); // For release builds.
+
+	for (int y = 0; y < height; ++y)
+	for (int x = 0; x < width; ++x)
+	{
+		const tcu::IVec2	coords		(x, y);
+		const auto			iter		= m_pixelParams.pixelMap.find(coords);
+		const auto			expected	= ((iter == m_pixelParams.pixelMap.end()) ? m_pixelParams.background : iter->second);
+		const auto			resultColor	= result.getPixel(x, y);
+
+		if (resultColor != expected)
+		{
+			std::ostringstream msg;
+			msg << "Pixel (" << x << ", " << y << ") failed: expected " << expected << " and found " << resultColor;
+			TCU_FAIL(msg.str());
+		}
+	}
+}
+
+// Primitive ID cases.
+class PrimitiveIdCase : public MeshShaderBuiltinCase
+{
+public:
+					PrimitiveIdCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool glslFrag)
+						: MeshShaderBuiltinCase (testCtx, name, description, false/*taskNeeded*/)
+						, m_glslFrag			(glslFrag)
+						{}
+	virtual			~PrimitiveIdCase	(void) {}
+
+	void			initPrograms		(vk::SourceCollections& programCollection) const override;
+	void			checkSupport		(Context& context) const override;
+	TestInstance*	createInstance		(Context& context) const override;
+
+protected:
+	// Fragment shader in GLSL means glslang will use the Geometry capability due to gl_PrimitiveID.
+	const bool		m_glslFrag;
+};
+
+void PrimitiveIdCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	// Mesh shader.
+	{
+		std::ostringstream mesh;
+		mesh
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=1) in;\n"
+			<< "layout (triangles) out;\n"
+			<< "layout (max_vertices=3, max_primitives=1) out;\n"
+			<< "\n"
+			<< "perprimitiveNV out gl_MeshPerPrimitiveNV {\n"
+			<< "   int gl_PrimitiveID;\n"
+			<< "} gl_MeshPrimitivesNV[];\n"
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_PrimitiveCountNV = 1u;\n"
+			<< "\n"
+			<< "    gl_PrimitiveIndicesNV[0] = 0;\n"
+			<< "    gl_PrimitiveIndicesNV[1] = 1;\n"
+			<< "    gl_PrimitiveIndicesNV[2] = 2;\n"
+			<< "\n"
+			<< "    gl_MeshVerticesNV[0].gl_Position = vec4(-1.0, -1.0, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[1].gl_Position = vec4(-1.0,  3.0, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[2].gl_Position = vec4( 3.0, -1.0, 0.0, 1.0);\n"
+			<< "\n"
+			// Sets an arbitrary primitive id.
+			<< "    gl_MeshPrimitivesNV[0].gl_PrimitiveID = 1629198956;\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+
+	// Frag shader.
+	if (m_glslFrag)
+	{
+		std::ostringstream frag;
+		frag
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (location=0) out vec4 outColor;\n"
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			// Checks the primitive id matches.
+			<< "    outColor = ((gl_PrimitiveID == 1629198956) ? vec4(0.0, 0.0, 1.0, 1.0) : vec4(0.0, 0.0, 0.0, 1.0));\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str());
+	}
+	else
+	{
+		// This is the same shader as above, but OpCapability Geometry has been replaced by OpCapability MeshShadingNV in order to
+		// access gl_PrimitiveID. This also needs the SPV_NV_mesh_shader extension.
+		std::ostringstream frag;
+		frag
+			<< "; Version: 1.0\n"
+			<< "; Generator: Khronos Glslang Reference Front End; 10\n"
+			<< "; Bound: 24\n"
+			<< "; Schema: 0\n"
+			<< "      OpCapability Shader\n"
+
+			// Manual change in these lines.
+			//<< "      OpCapability Geometry\n"
+			<< "      OpCapability MeshShadingNV\n"
+			<< "      OpExtension \"SPV_NV_mesh_shader\"\n"
+
+			<< " %1 = OpExtInstImport \"GLSL.std.450\"\n"
+			<< "      OpMemoryModel Logical GLSL450\n"
+			<< "      OpEntryPoint Fragment %4 \"main\" %9 %12\n"
+			<< "      OpExecutionMode %4 OriginUpperLeft\n"
+			<< "      OpDecorate %9 Location 0\n"
+			<< "      OpDecorate %12 Flat\n"
+			<< "      OpDecorate %12 BuiltIn PrimitiveId\n"
+			<< " %2 = OpTypeVoid\n"
+			<< " %3 = OpTypeFunction %2\n"
+			<< " %6 = OpTypeFloat 32\n"
+			<< " %7 = OpTypeVector %6 4\n"
+			<< " %8 = OpTypePointer Output %7\n"
+			<< " %9 = OpVariable %8 Output\n"
+			<< "%10 = OpTypeInt 32 1\n"
+			<< "%11 = OpTypePointer Input %10\n"
+			<< "%12 = OpVariable %11 Input\n"
+			<< "%14 = OpConstant %10 1629198956\n"
+			<< "%15 = OpTypeBool\n"
+			<< "%17 = OpConstant %6 0\n"
+			<< "%18 = OpConstant %6 1\n"
+			<< "%19 = OpConstantComposite %7 %17 %17 %18 %18\n"
+			<< "%20 = OpConstantComposite %7 %17 %17 %17 %18\n"
+			<< "%21 = OpTypeVector %15 4\n"
+			<< " %4 = OpFunction %2 None %3\n"
+			<< " %5 = OpLabel\n"
+			<< "%13 = OpLoad %10 %12\n"
+			<< "%16 = OpIEqual %15 %13 %14\n"
+			<< "%22 = OpCompositeConstruct %21 %16 %16 %16 %16\n"
+			<< "%23 = OpSelect %7 %22 %19 %20\n"
+			<< "      OpStore %9 %23\n"
+			<< "      OpReturn\n"
+			<< "      OpFunctionEnd\n"
+			;
+		programCollection.spirvAsmSources.add("frag") << frag.str();
+	}
+}
+
+void PrimitiveIdCase::checkSupport (Context& context) const
+{
+	MeshShaderBuiltinCase::checkSupport(context);
+
+	// Fragment shader in GLSL means glslang will use the Geometry capability due to gl_PrimitiveID.
+	if (m_glslFrag)
+		context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_GEOMETRY_SHADER);
+}
+
+TestInstance* PrimitiveIdCase::createInstance (Context& context) const
+{
+	const ColorVec			expectedColors	(1u, tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f));
+	const IterationParams	iterationParams	=
+	{
+		getDefaultExtent(),			//	VkExtent2D		colorExtent;
+		1u,							//	uint32_t		numLayers;
+		getDefaultDrawCommands(),	//	DrawCommandVec	drawArgs;
+		false,						//	bool			indirect;
+		{},							//	ViewportVec		viewports;	// If empty, a single default viewport is used.
+	};
+	return new FullScreenColorInstance(context, iterationParams, expectedColors);
+}
+
+// Layer builtin case.
+class LayerCase : public MeshShaderBuiltinCase
+{
+public:
+					LayerCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool shareVertices)
+						: MeshShaderBuiltinCase	(testCtx, name, description, false/*taskNeeded*/)
+						, m_shareVertices		(shareVertices)
+						{}
+	virtual			~LayerCase	(void) {}
+
+	void			initPrograms	(vk::SourceCollections& programCollection) const override;
+	void			checkSupport	(Context& context) const override;
+	TestInstance*	createInstance	(Context& context) const override;
+
+	static constexpr uint32_t kNumLayers = 4u;
+
+protected:
+	const bool m_shareVertices;
+};
+
+void LayerCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const auto localSize		= (m_shareVertices ? kNumLayers : 1u);
+	const auto numPrimitives	= (m_shareVertices ? kNumLayers : 1u);
+	const auto layerNumber		= (m_shareVertices ? "gl_LocalInvocationIndex" : "gl_WorkGroupID.x");
+
+	// One layer per local invocation or work group (shared vertices or not, respectively).
+	{
+		std::ostringstream mesh;
+		mesh
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=" << localSize << ") in;\n"
+			<< "layout (triangles) out;\n"
+			<< "layout (max_vertices=3, max_primitives=" << numPrimitives << ") out;\n"
+			<< "\n"
+			<< "perprimitiveNV out gl_MeshPerPrimitiveNV {\n"
+			<< "   int gl_Layer;\n"
+			<< "} gl_MeshPrimitivesNV[];\n"
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_PrimitiveCountNV = " << numPrimitives << ";\n"
+			<< "\n"
+			<< "    if (gl_LocalInvocationIndex == 0u)\n"
+			<< "    {\n"
+			<< "        gl_MeshVerticesNV[0].gl_Position = vec4(-1.0, -1.0, 0.0, 1.0);\n"
+			<< "        gl_MeshVerticesNV[1].gl_Position = vec4(-1.0,  3.0, 0.0, 1.0);\n"
+			<< "        gl_MeshVerticesNV[2].gl_Position = vec4( 3.0, -1.0, 0.0, 1.0);\n"
+			<< "    }\n"
+			<< "\n"
+			<< "    const uint baseIndex = gl_LocalInvocationIndex * 3u;\n"
+			<< "    gl_PrimitiveIndicesNV[baseIndex + 0] = 0;\n"
+			<< "    gl_PrimitiveIndicesNV[baseIndex + 1] = 1;\n"
+			<< "    gl_PrimitiveIndicesNV[baseIndex + 2] = 2;\n"
+			<< "\n"
+			<< "    gl_MeshPrimitivesNV[gl_LocalInvocationIndex].gl_Layer = int(" << layerNumber << ");\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+
+	// Fragment shader chooses one color per layer.
+	{
+		std::ostringstream frag;
+		frag
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (location=0) out vec4 outColor;\n"
+			<< "\n"
+			<< "vec4 colors[" << kNumLayers << "] = vec4[](\n"
+			<< "    vec4(0.0, 0.0, 1.0, 1.0),\n"
+			<< "    vec4(1.0, 0.0, 1.0, 1.0),\n"
+			<< "    vec4(0.0, 1.0, 1.0, 1.0),\n"
+			<< "    vec4(1.0, 1.0, 0.0, 1.0)\n"
+			<< ");\n"
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    outColor = colors[gl_Layer];\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str());
+	}
+}
+
+void LayerCase::checkSupport (Context& context) const
+{
+	MeshShaderBuiltinCase::checkSupport(context);
+
+	if (!context.contextSupports(vk::ApiVersion(1u, 2u, 0u)))
+		context.requireDeviceFunctionality("VK_EXT_shader_viewport_index_layer");
+	else
+	{
+		const auto& features = context.getDeviceVulkan12Features();
+		if (!features.shaderOutputLayer)
+			TCU_THROW(NotSupportedError, "shaderOutputLayer feature not supported");
+	}
+}
+
+TestInstance* LayerCase::createInstance (Context& context) const
+{
+	ColorVec expectedColors;
+
+	expectedColors.reserve(kNumLayers);
+	expectedColors.push_back(tcu::Vec4(0.0, 0.0, 1.0, 1.0));
+	expectedColors.push_back(tcu::Vec4(1.0, 0.0, 1.0, 1.0));
+	expectedColors.push_back(tcu::Vec4(0.0, 1.0, 1.0, 1.0));
+	expectedColors.push_back(tcu::Vec4(1.0, 1.0, 0.0, 1.0));
+
+	const auto numWorkGroups = (m_shareVertices ? 1u : kNumLayers);
+	const IterationParams iterationParams =
+	{
+		getDefaultExtent(),						//	VkExtent2D		colorExtent;
+		kNumLayers,								//	uint32_t		numLayers;
+		getDefaultDrawCommands(numWorkGroups),	//	DrawCommandVec	drawArgs;
+		false,									//	bool			indirect;
+		{},										//	ViewportVec		viewports;	// If empty, a single default viewport is used.
+	};
+	return new FullScreenColorInstance(context, iterationParams, expectedColors);
+}
+
+// ViewportIndex builtin case.
+class ViewportIndexCase : public MeshShaderBuiltinCase
+{
+public:
+					ViewportIndexCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool shareVertices)
+						: MeshShaderBuiltinCase	(testCtx, name, description, false/*taskNeeded*/)
+						, m_shareVertices		(shareVertices)
+						{}
+	virtual			~ViewportIndexCase	(void) {}
+
+	void			initPrograms		(vk::SourceCollections& programCollection) const override;
+	void			checkSupport		(Context& context) const override;
+	TestInstance*	createInstance		(Context& context) const override;
+
+	static constexpr uint32_t kQuadrants = 4u;
+
+protected:
+	const bool m_shareVertices;
+};
+
+void ViewportIndexCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const auto localSize		= (m_shareVertices ? kQuadrants : 1u);
+	const auto numPrimitives	= (m_shareVertices ? kQuadrants : 1u);
+	const auto viewportIndex	= (m_shareVertices ? "gl_LocalInvocationIndex" : "gl_WorkGroupID.x");
+
+	// One viewport per local invocation or work group (sharing vertices or not, respectively).
+	{
+		std::ostringstream mesh;
+		mesh
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=" << localSize << ") in;\n"
+			<< "layout (triangles) out;\n"
+			<< "layout (max_vertices=3, max_primitives=" << numPrimitives << ") out;\n"
+			<< "\n"
+			<< "perprimitiveNV out gl_MeshPerPrimitiveNV {\n"
+			<< "   int gl_ViewportIndex;\n"
+			<< "} gl_MeshPrimitivesNV[];\n"
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_PrimitiveCountNV = " << numPrimitives << ";\n"
+			<< "\n"
+			<< "    if (gl_LocalInvocationIndex == 0u)\n"
+			<< "    {\n"
+			<< "        gl_MeshVerticesNV[0].gl_Position = vec4(-1.0, -1.0, 0.0, 1.0);\n"
+			<< "        gl_MeshVerticesNV[1].gl_Position = vec4(-1.0,  3.0, 0.0, 1.0);\n"
+			<< "        gl_MeshVerticesNV[2].gl_Position = vec4( 3.0, -1.0, 0.0, 1.0);\n"
+			<< "    }\n"
+			<< "\n"
+			<< "    const uint baseIndex = gl_LocalInvocationIndex * 3u;\n"
+			<< "    gl_PrimitiveIndicesNV[baseIndex + 0] = 0;\n"
+			<< "    gl_PrimitiveIndicesNV[baseIndex + 1] = 1;\n"
+			<< "    gl_PrimitiveIndicesNV[baseIndex + 2] = 2;\n"
+			<< "\n"
+			<< "    gl_MeshPrimitivesNV[gl_LocalInvocationIndex].gl_ViewportIndex = int(" << viewportIndex << ");\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+
+	// Fragment shader chooses one color per viewport.
+	{
+		std::ostringstream frag;
+		frag
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (location=0) out vec4 outColor;\n"
+			<< "\n"
+			<< "vec4 colors[" << kQuadrants << "] = vec4[](\n"
+			<< "    vec4(0.0, 0.0, 1.0, 1.0),\n"
+			<< "    vec4(1.0, 0.0, 1.0, 1.0),\n"
+			<< "    vec4(0.0, 1.0, 1.0, 1.0),\n"
+			<< "    vec4(1.0, 1.0, 0.0, 1.0)\n"
+			<< ");\n"
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    outColor = colors[gl_ViewportIndex];\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str());
+	}
+}
+
+void ViewportIndexCase::checkSupport (Context& context) const
+{
+	MeshShaderBuiltinCase::checkSupport(context);
+	context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_MULTI_VIEWPORT);
+
+	if (!context.contextSupports(vk::ApiVersion(1u, 2u, 0u)))
+		context.requireDeviceFunctionality("VK_EXT_shader_viewport_index_layer");
+	else
+	{
+		const auto& features = context.getDeviceVulkan12Features();
+		if (!features.shaderOutputViewportIndex)
+			TCU_THROW(NotSupportedError, "shaderOutputViewportIndex feature not supported");
+	}
+}
+
+TestInstance* ViewportIndexCase::createInstance (Context& context) const
+{
+	const auto extent = getDefaultExtent();
+
+	DE_ASSERT(extent.width > 0u && extent.width % 2u == 0u);
+	DE_ASSERT(extent.height > 0u && extent.height % 2u == 0u);
+
+	const auto halfWidth	= static_cast<float>(extent.width / 2u);
+	const auto halfHeight	= static_cast<float>(extent.height / 2u);
+
+	const auto topLeft		= tcu::Vec4(0.0, 0.0, 1.0, 1.0);
+	const auto topRight		= tcu::Vec4(1.0, 0.0, 1.0, 1.0);
+	const auto bottomLeft	= tcu::Vec4(0.0, 1.0, 1.0, 1.0);
+	const auto bottomRight	= tcu::Vec4(1.0, 1.0, 0.0, 1.0);
+
+	ViewportVec viewports;
+	viewports.reserve(kQuadrants);
+	viewports.emplace_back(makeViewport(0.0f,		0.0f,		halfWidth, halfHeight, 0.0f, 1.0f));
+	viewports.emplace_back(makeViewport(halfWidth,	0.0f,		halfWidth, halfHeight, 0.0f, 1.0f));
+	viewports.emplace_back(makeViewport(0.0f,		halfHeight,	halfWidth, halfHeight, 0.0f, 1.0f));
+	viewports.emplace_back(makeViewport(halfWidth,	halfHeight,	halfWidth, halfHeight, 0.0f, 1.0f));
+
+	const auto numWorkGroups = (m_shareVertices ? 1u : kQuadrants);
+	const IterationParams iterationParams =
+	{
+		getDefaultExtent(),						//	VkExtent2D		colorExtent;
+		1u,										//	uint32_t		numLayers;
+		getDefaultDrawCommands(numWorkGroups),	//	DrawCommandVec	drawArgs;
+		false,									//	bool			indirect;
+		std::move(viewports),					//	ViewportVec		viewports;
+	};
+	return new QuadrantsInstance(context, iterationParams, topLeft, topRight, bottomLeft, bottomRight);
+}
+
+// Position builtin case.
+class PositionCase : public MeshShaderBuiltinCase
+{
+public:
+					PositionCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description)
+						: MeshShaderBuiltinCase (testCtx, name, description, false/*taskNeeded*/)
+						{}
+	virtual			~PositionCase	(void) {}
+
+	void			initPrograms		(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance		(Context& context) const override;
+};
+
+void PositionCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	// Mesh shader: emit single triangle around the center of the top left pixel.
+	{
+		const auto extent	= getDefaultExtent();
+		const auto fWidth	= static_cast<float>(extent.width);
+		const auto fHeight	= static_cast<float>(extent.height);
+
+		const auto pxWidth	= 2.0f / fWidth;
+		const auto pxHeight = 2.0f / fHeight;
+
+		const auto halfXPix	= pxWidth / 2.0f;
+		const auto halfYPix	= pxHeight / 2.0f;
+
+		// Center of top left pixel.
+		const auto x		= -1.0f + halfXPix;
+		const auto y		= -1.0f + halfYPix;
+
+		std::ostringstream mesh;
+		mesh
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=1) in;\n"
+			<< "layout (triangles) out;\n"
+			<< "layout (max_vertices=3, max_primitives=1) out;\n"
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_PrimitiveCountNV = 1u;\n"
+			<< "\n"
+			<< "    gl_PrimitiveIndicesNV[0] = 0;\n"
+			<< "    gl_PrimitiveIndicesNV[1] = 1;\n"
+			<< "    gl_PrimitiveIndicesNV[2] = 2;\n"
+			<< "\n"
+			<< "    gl_MeshVerticesNV[0].gl_Position = vec4(" << (x - halfXPix) << ", " << (y + halfYPix) << ", 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[1].gl_Position = vec4(" << (x + halfXPix) << ", " << (y + halfYPix) << ", 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[2].gl_Position = vec4(" << x << ", " << (y - halfYPix) << ", 0.0, 1.0);\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+
+	// Basic fragment shader.
+	{
+		const auto frag = getBasicFragShader();
+		programCollection.glslSources.add("frag") << glu::FragmentSource(frag);
+	}
+}
+
+TestInstance* PositionCase::createInstance (Context& context) const
+{
+	const IterationParams iterationParams =
+	{
+		getDefaultExtent(),			//	VkExtent2D		colorExtent;
+		1u,							//	uint32_t		numLayers;
+		getDefaultDrawCommands(),	//	DrawCommandVec	drawArgs;
+		false,						//	bool			indirect;
+		{},							//	ViewportVec		viewports;	// If empty, a single default viewport is used.
+	};
+
+	// Must match the shader.
+	PixelMap pixelMap;
+	pixelMap[tcu::IVec2(0, 0)] = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f);
+
+	const PixelVerifierParams verifierParams =
+	{
+		tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f),	//	const tcu::Vec4		background;
+		std::move(pixelMap),				//	const PixelMap		pixelMap;
+	};
+	return new PixelsInstance(context, iterationParams, verifierParams);
+}
+
+// PointSize builtin case.
+class PointSizeCase : public MeshShaderBuiltinCase
+{
+public:
+					PointSizeCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description)
+						: MeshShaderBuiltinCase (testCtx, name, description, false/*taskNeeded*/)
+						{}
+	virtual			~PointSizeCase	(void) {}
+
+	void			initPrograms		(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance		(Context& context) const override;
+	void			checkSupport		(Context& context) const override;
+
+	static constexpr float kPointSize = 4.0f;
+};
+
+void PointSizeCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	// Mesh shader: large point covering the top left quadrant.
+	{
+		std::ostringstream mesh;
+		mesh
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=1) in;\n"
+			<< "layout (points) out;\n"
+			<< "layout (max_vertices=1, max_primitives=1) out;\n"
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_PrimitiveCountNV = 1u;\n"
+			<< "    gl_PrimitiveIndicesNV[0] = 0;\n"
+			<< "    gl_MeshVerticesNV[0].gl_Position = vec4(-0.5, -0.5, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[0].gl_PointSize = " << kPointSize << ";\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+
+	// Basic fragment shader.
+	{
+		const auto frag = getBasicFragShader();
+		programCollection.glslSources.add("frag") << glu::FragmentSource(frag);
+	}
+}
+
+TestInstance* PointSizeCase::createInstance (Context& context) const
+{
+	const IterationParams iterationParams =
+	{
+		getDefaultExtent(),			//	VkExtent2D		colorExtent;
+		1u,							//	uint32_t		numLayers;
+		getDefaultDrawCommands(),	//	DrawCommandVec	drawArgs;
+		false,						//	bool			indirect;
+		{},							//	ViewportVec		viewports;	// If empty, a single default viewport is used.
+	};
+
+	// Must match the shader.
+	const tcu::Vec4 black	(0.0f, 0.0f, 0.0f, 1.0f);
+	const tcu::Vec4 blue	(0.0f, 0.0f, 1.0f, 1.0f);
+
+	return new QuadrantsInstance(context, iterationParams, blue, black, black, black);
+}
+
+void PointSizeCase::checkSupport (Context& context) const
+{
+	MeshShaderBuiltinCase::checkSupport(context);
+	context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_LARGE_POINTS);
+
+	const auto& properties = context.getDeviceProperties();
+	if (kPointSize < properties.limits.pointSizeRange[0] || kPointSize > properties.limits.pointSizeRange[1])
+		TCU_THROW(NotSupportedError, "Required point size outside point size range");
+}
+
+// ClipDistance builtin case.
+class ClipDistanceCase : public MeshShaderBuiltinCase
+{
+public:
+					ClipDistanceCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description)
+						: MeshShaderBuiltinCase (testCtx, name, description, false/*taskNeeded*/)
+						{}
+	virtual			~ClipDistanceCase	(void) {}
+
+	void			initPrograms		(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance		(Context& context) const override;
+	void			checkSupport		(Context& context) const override;
+};
+
+void ClipDistanceCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	// Mesh shader: full-screen quad using different clip distances.
+	{
+		std::ostringstream mesh;
+		mesh
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=1) in;\n"
+			<< "layout (triangles) out;\n"
+			<< "layout (max_vertices=4, max_primitives=2) out;\n"
+			<< "\n"
+			<< "out gl_MeshPerVertexNV {\n"
+			<< "    vec4  gl_Position;\n"
+			<< "    float gl_ClipDistance[2];\n"
+			<< "} gl_MeshVerticesNV[];\n"
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_PrimitiveCountNV = 2u;\n"
+			<< "\n"
+			<< "    gl_PrimitiveIndicesNV[0] = 0;\n"
+			<< "    gl_PrimitiveIndicesNV[1] = 1;\n"
+			<< "    gl_PrimitiveIndicesNV[2] = 2;\n"
+			<< "    gl_PrimitiveIndicesNV[3] = 1;\n"
+			<< "    gl_PrimitiveIndicesNV[4] = 3;\n"
+			<< "    gl_PrimitiveIndicesNV[5] = 2;\n"
+			<< "\n"
+			<< "    gl_MeshVerticesNV[0].gl_Position = vec4(-1.0, -1.0, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[1].gl_Position = vec4(-1.0,  1.0, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[2].gl_Position = vec4( 1.0, -1.0, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[3].gl_Position = vec4( 1.0,  1.0, 0.0, 1.0);\n"
+			<< "\n"
+			// The first clip plane keeps the left half of the frame buffer.
+			<< "    gl_MeshVerticesNV[0].gl_ClipDistance[0] =  1.0;\n"
+			<< "    gl_MeshVerticesNV[1].gl_ClipDistance[0] =  1.0;\n"
+			<< "    gl_MeshVerticesNV[2].gl_ClipDistance[0] = -1.0;\n"
+			<< "    gl_MeshVerticesNV[3].gl_ClipDistance[0] = -1.0;\n"
+			<< "\n"
+			// The second clip plane keeps the top half of the frame buffer.
+			<< "    gl_MeshVerticesNV[0].gl_ClipDistance[1] =  1.0;\n"
+			<< "    gl_MeshVerticesNV[1].gl_ClipDistance[1] = -1.0;\n"
+			<< "    gl_MeshVerticesNV[2].gl_ClipDistance[1] =  1.0;\n"
+			<< "    gl_MeshVerticesNV[3].gl_ClipDistance[1] = -1.0;\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+
+	// Fragment shader chooses a constant color.
+	{
+		std::ostringstream frag;
+		frag
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (location=0) out vec4 outColor;\n"
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			// White color should not actually be used, as those fragments are supposed to be discarded.
+			<< "    outColor = ((gl_ClipDistance[0] >= 0.0 && gl_ClipDistance[1] >= 0.0) ? vec4(0.0, 0.0, 1.0, 1.0) : vec4(1.0, 1.0, 1.0, 1.0));\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str());
+	}
+}
+
+TestInstance* ClipDistanceCase::createInstance (Context& context) const
+{
+	const IterationParams iterationParams =
+	{
+		getDefaultExtent(),			//	VkExtent2D		colorExtent;
+		1u,							//	uint32_t		numLayers;
+		getDefaultDrawCommands(),	//	DrawCommandVec	drawArgs;
+		false,						//	bool			indirect;
+		{},							//	ViewportVec		viewports;	// If empty, a single default viewport is used.
+	};
+
+	// Must match the shader.
+	const tcu::Vec4 black	(0.0f, 0.0f, 0.0f, 1.0f);
+	const tcu::Vec4 blue	(0.0f, 0.0f, 1.0f, 1.0f);
+
+	return new QuadrantsInstance(context, iterationParams, blue, black, black, black);
+}
+
+void ClipDistanceCase::checkSupport (Context& context) const
+{
+	MeshShaderBuiltinCase::checkSupport(context);
+	context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_SHADER_CLIP_DISTANCE);
+}
+
+// CullDistance builtin case.
+class CullDistanceCase : public MeshShaderBuiltinCase
+{
+public:
+					CullDistanceCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description)
+						: MeshShaderBuiltinCase (testCtx, name, description, false/*taskNeeded*/)
+						{}
+	virtual			~CullDistanceCase	(void) {}
+
+	void			initPrograms		(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance		(Context& context) const override;
+	void			checkSupport		(Context& context) const override;
+};
+
+void CullDistanceCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	// Mesh shader: two quads covering the whole screen, one on top of the other.
+	// Use cull distances to discard the bottom quad.
+	// Use cull distances to paint the top one in two colors: blue on the left, white on the right.
+	{
+		std::ostringstream mesh;
+		mesh
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=1) in;\n"
+			<< "layout (triangles) out;\n"
+			<< "layout (max_vertices=6, max_primitives=4) out;\n"
+			<< "\n"
+			<< "out gl_MeshPerVertexNV {\n"
+			<< "    vec4  gl_Position;\n"
+			<< "    float gl_CullDistance[2];\n"
+			<< "} gl_MeshVerticesNV[];\n"
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_PrimitiveCountNV = 4u;\n"
+			<< "\n"
+			<< "    gl_PrimitiveIndicesNV[0]  = 0;\n"
+			<< "    gl_PrimitiveIndicesNV[1]  = 1;\n"
+			<< "    gl_PrimitiveIndicesNV[2]  = 3;\n"
+			<< "    gl_PrimitiveIndicesNV[3]  = 1;\n"
+			<< "    gl_PrimitiveIndicesNV[4]  = 4;\n"
+			<< "    gl_PrimitiveIndicesNV[5]  = 3;\n"
+			<< "    gl_PrimitiveIndicesNV[6]  = 1;\n"
+			<< "    gl_PrimitiveIndicesNV[7]  = 2;\n"
+			<< "    gl_PrimitiveIndicesNV[8]  = 4;\n"
+			<< "    gl_PrimitiveIndicesNV[9]  = 2;\n"
+			<< "    gl_PrimitiveIndicesNV[10] = 5;\n"
+			<< "    gl_PrimitiveIndicesNV[11] = 4;\n"
+			<< "\n"
+			<< "    gl_MeshVerticesNV[0].gl_Position = vec4(-1.0, -1.0, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[1].gl_Position = vec4(-1.0,  0.0, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[2].gl_Position = vec4(-1.0,  1.0, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[3].gl_Position = vec4( 1.0, -1.0, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[4].gl_Position = vec4( 1.0,  0.0, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[5].gl_Position = vec4( 1.0,  1.0, 0.0, 1.0);\n"
+			<< "\n"
+			// The first cull plane discards the bottom quad
+			<< "    gl_MeshVerticesNV[0].gl_CullDistance[0] =  1.0;\n"
+			<< "    gl_MeshVerticesNV[1].gl_CullDistance[0] = -1.0;\n"
+			<< "    gl_MeshVerticesNV[2].gl_CullDistance[0] = -2.0;\n"
+			<< "    gl_MeshVerticesNV[3].gl_CullDistance[0] =  1.0;\n"
+			<< "    gl_MeshVerticesNV[4].gl_CullDistance[0] = -1.0;\n"
+			<< "    gl_MeshVerticesNV[5].gl_CullDistance[0] = -2.0;\n"
+			<< "\n"
+			// The second cull plane helps paint left and right different.
+			<< "    gl_MeshVerticesNV[0].gl_CullDistance[1] =  1.0;\n"
+			<< "    gl_MeshVerticesNV[1].gl_CullDistance[1] =  1.0;\n"
+			<< "    gl_MeshVerticesNV[2].gl_CullDistance[1] =  1.0;\n"
+			<< "    gl_MeshVerticesNV[3].gl_CullDistance[1] = -1.0;\n"
+			<< "    gl_MeshVerticesNV[4].gl_CullDistance[1] = -1.0;\n"
+			<< "    gl_MeshVerticesNV[5].gl_CullDistance[1] = -1.0;\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+
+	// Fragment shader chooses color based on the second cull distance.
+	{
+		std::ostringstream frag;
+		frag
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (location=0) out vec4 outColor;\n"
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    outColor = ((gl_CullDistance[1] >= 0.0) ? vec4(0.0, 0.0, 1.0, 1.0) : vec4(1.0, 1.0, 1.0, 1.0));\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str());
+	}
+}
+
+TestInstance* CullDistanceCase::createInstance (Context& context) const
+{
+	const IterationParams iterationParams =
+	{
+		getDefaultExtent(),			//	VkExtent2D		colorExtent;
+		1u,							//	uint32_t		numLayers;
+		getDefaultDrawCommands(),	//	DrawCommandVec	drawArgs;
+		false,						//	bool			indirect;
+		{},							//	ViewportVec		viewports;	// If empty, a single default viewport is used.
+	};
+
+	// Must match the shader.
+	const tcu::Vec4 black	(0.0f, 0.0f, 0.0f, 1.0f);
+	const tcu::Vec4 blue	(0.0f, 0.0f, 1.0f, 1.0f);
+	const tcu::Vec4 white	(1.0f, 1.0f, 1.0f, 1.0f);
+
+	return new QuadrantsInstance(context, iterationParams, blue, white, black, black);
+}
+
+void CullDistanceCase::checkSupport (Context& context) const
+{
+	MeshShaderBuiltinCase::checkSupport(context);
+	context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_SHADER_CULL_DISTANCE);
+}
+
+// Generates statements to draw a triangle around the given pixel number, knowing the framebuffer width (len).
+// Supposes the height of the framebuffer is 1.
+std::string triangleForPixel(const std::string& pixel, const std::string& len, const std::string& baseIndex)
+{
+	std::ostringstream statements;
+	statements
+		<< "    const float imgWidth = float(" << len << ");\n"
+		<< "    const float pixWidth = (2.0 / imgWidth);\n"
+		<< "    const float halfPix  = (pixWidth / 2.0);\n"
+		<< "    const float xCenter  = (((float(" << pixel << ") + 0.5) / imgWidth) * 2.0 - 1.0);\n"
+		<< "    const float xLeft    = (xCenter - halfPix);\n"
+		<< "    const float xRight   = (xCenter + halfPix);\n"
+		<< "    const uvec3 indices  = uvec3(" << baseIndex << " + 0, " << baseIndex << " + 1, " << baseIndex << " + 2);\n"
+		<< "\n"
+		<< "    gl_PrimitiveIndicesNV[indices.x] = indices.x;\n"
+		<< "    gl_PrimitiveIndicesNV[indices.y] = indices.y;\n"
+		<< "    gl_PrimitiveIndicesNV[indices.z] = indices.z;\n"
+		<< "\n"
+		<< "    gl_MeshVerticesNV[indices.x].gl_Position = vec4(xLeft,    0.5, 0.0, 1.0);\n"
+		<< "    gl_MeshVerticesNV[indices.y].gl_Position = vec4(xRight,   0.5, 0.0, 1.0);\n"
+		<< "    gl_MeshVerticesNV[indices.z].gl_Position = vec4(xCenter, -0.5, 0.0, 1.0);\n"
+		;
+	return statements.str();
+}
+
+// WorkGroupID builtin case.
+class WorkGroupIdCase : public MeshShaderBuiltinCase
+{
+public:
+					WorkGroupIdCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded)
+						: MeshShaderBuiltinCase (testCtx, name, description, taskNeeded)
+						, m_extent				(getLinearExtent())
+						{}
+	virtual			~WorkGroupIdCase	(void) {}
+
+	void			initPrograms		(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance		(Context& context) const override;
+
+protected:
+	const VkExtent2D m_extent;
+};
+
+void WorkGroupIdCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const std::string taskDataDecl =
+		"taskNV TaskData {\n"
+		"    uint id;\n"
+		"    uint size;\n"
+		"} td;\n"
+		;
+
+	// Mesh shader: each work group fills one pixel.
+	{
+		const std::string pixel = (m_taskNeeded ? "td.id"   : "gl_WorkGroupID.x"   );
+		const std::string len   = (m_taskNeeded ? "td.size" : de::toString(m_extent.width) );
+
+		std::ostringstream mesh;
+		mesh
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=1) in;\n"
+			<< "layout (triangles) out;\n"
+			<< "layout (max_vertices=3, max_primitives=1) out;\n"
+			<< "\n"
+			<< (m_taskNeeded ? ("in " + taskDataDecl) : "")
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_PrimitiveCountNV = 1u;\n"
+			<< "\n"
+			<< triangleForPixel(pixel, len, "0")
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+
+	if (m_taskNeeded)
+	{
+		std::ostringstream task;
+		task
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=1) in;\n"
+			<< "\n"
+			<< "out " << taskDataDecl
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_TaskCountNV = 1u;\n"
+			<< "    td.id          = gl_WorkGroupID.x;\n"
+			<< "    td.size        = " << m_extent.width << ";\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("task") << glu::TaskSource(task.str());
+	}
+
+	// Basic fragment shader.
+	{
+		const auto frag = getBasicFragShader();
+		programCollection.glslSources.add("frag") << glu::FragmentSource(frag);
+	}
+}
+
+TestInstance* WorkGroupIdCase::createInstance (Context& context) const
+{
+	// Must match the shader.
+	const ColorVec			expectedColors	(1u, tcu::Vec4(0.0, 0.0, 1.0, 1.0));
+	const IterationParams	iterationParams	=
+	{
+		m_extent,								//	VkExtent2D		colorExtent;
+		1u,										//	uint32_t		numLayers;
+		getDefaultDrawCommands(m_extent.width),	//	DrawCommandVec	drawArgs;
+		false,									//	bool			indirect;
+		{},										//	ViewportVec		viewports;	// If empty, a single default viewport is used.
+	};
+	return new FullScreenColorInstance(context, iterationParams, expectedColors);
+}
+
+// Variable to use.
+enum class LocalInvocation { ID=0, INDEX };
+
+// LocalInvocationId and LocalInvocationIndex builtin cases. These are also used to test WorkGroupSize.
+class LocalInvocationCase : public MeshShaderBuiltinCase
+{
+public:
+					LocalInvocationCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded, LocalInvocation variable)
+						: MeshShaderBuiltinCase (testCtx, name, description, taskNeeded)
+						, m_extent				(getLinearExtent())
+						, m_variable			(variable)
+						{}
+	virtual			~LocalInvocationCase	(void) {}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+
+protected:
+	const VkExtent2D      m_extent;
+	const LocalInvocation m_variable;
+};
+
+void LocalInvocationCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	// Invocation index to use.
+	const std::string localIndex = ((m_variable == LocalInvocation::ID) ? "gl_LocalInvocationID.x" : "gl_LocalInvocationIndex");
+
+	// Task data.
+	std::ostringstream taskDataDecl;
+	taskDataDecl
+		<< "taskNV TaskData {\n"
+		// indexNumber[x] == x
+		<< "    uint indexNumber[" << m_extent.width << "];\n"
+		<< "    uint size;\n"
+		<< "} td;\n"
+		;
+	const auto taskDataDeclStr = taskDataDecl.str();
+
+	// Mesh shader: each work group fills one pixel.
+	{
+		const std::string pixel     = (m_taskNeeded ? "td.indexNumber[gl_WorkGroupID.x]" : localIndex);
+		const std::string len       = (m_taskNeeded ? "td.size" : "gl_WorkGroupSize.x");
+		const auto        localSize = (m_taskNeeded ? 1u : m_extent.width);
+		const auto        maxVert   = localSize * 3u;
+		const std::string baseIndex = (m_taskNeeded ? "0" : "(" + localIndex + " * 3u)");
+
+		std::ostringstream mesh;
+		mesh
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=" << localSize << ") in;\n"
+			<< "layout (triangles) out;\n"
+			<< "layout (max_vertices=" << maxVert << ", max_primitives=" << localSize << ") out;\n"
+			<< "\n"
+			<< (m_taskNeeded ? ("in " + taskDataDeclStr) : "")
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_PrimitiveCountNV = " << localSize << ";\n"
+			<< "\n"
+			<< triangleForPixel(pixel, len, baseIndex)
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+
+	if (m_taskNeeded)
+	{
+		std::ostringstream task;
+		task
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=" << m_extent.width << ") in;\n"
+			<< "\n"
+			<< "out " << taskDataDeclStr
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_TaskCountNV = " << m_extent.width << ";\n"
+			<< "    td.indexNumber[" << localIndex << "] = " << localIndex << ";\n"
+			<< "    td.size = gl_WorkGroupSize.x;\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("task") << glu::TaskSource(task.str());
+	}
+
+	// Basic fragment shader.
+	{
+		const auto frag = getBasicFragShader();
+		programCollection.glslSources.add("frag") << glu::FragmentSource(frag);
+	}
+}
+
+TestInstance* LocalInvocationCase::createInstance (Context& context) const
+{
+	// Must match the shader.
+	const ColorVec			expectedColors	(1u, tcu::Vec4(0.0, 0.0, 1.0, 1.0));
+	const IterationParams	iterationParams	=
+	{
+		m_extent,								//	VkExtent2D		colorExtent;
+		1u,										//	uint32_t		numLayers;
+		getDefaultDrawCommands(),				//	DrawCommandVec	drawArgs;
+		false,									//	bool			indirect;
+		{},										//	ViewportVec		viewports;	// If empty, a single default viewport is used.
+	};
+	return new FullScreenColorInstance(context, iterationParams, expectedColors);
+}
+
+// GlobalInvocationId builtin case.
+class GlobalInvocationIdCase : public MeshShaderBuiltinCase
+{
+public:
+					GlobalInvocationIdCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded)
+						: MeshShaderBuiltinCase (testCtx, name, description, taskNeeded)
+						, m_jobSize				(getLargeJobSize())
+						, m_extent				{m_jobSize.numTasks * m_jobSize.localSize, 1u}
+						{}
+	virtual			~GlobalInvocationIdCase		(void) {}
+
+	void			initPrograms				(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance				(Context& context) const override;
+
+protected:
+	const JobSize    m_jobSize;
+	const VkExtent2D m_extent;
+};
+
+void GlobalInvocationIdCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const auto& localSize = m_jobSize.localSize;
+
+	// Task data.
+	std::ostringstream taskDataDecl;
+	taskDataDecl
+		<< "taskNV TaskData {\n"
+		<< "    uint pixelId[" << localSize << "];\n"
+		<< "    uint size;\n"
+		<< "} td;\n"
+		;
+	const auto taskDataDeclStr = taskDataDecl.str();
+
+	// Mesh shader: each work group fills one pixel.
+	{
+		const std::string pixel     = (m_taskNeeded ? "td.pixelId[gl_LocalInvocationIndex]" : "gl_GlobalInvocationID.x");
+		const std::string len       = (m_taskNeeded ? "td.size" : de::toString(m_extent.width));
+		const std::string baseIndex = "(gl_LocalInvocationIndex * 3u)";
+		const auto        maxVert   = localSize * 3u;
+
+		std::ostringstream mesh;
+		mesh
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=" << localSize << ") in;\n"
+			<< "layout (triangles) out;\n"
+			<< "layout (max_vertices=" << maxVert << ", max_primitives=" << localSize << ") out;\n"
+			<< "\n"
+			<< (m_taskNeeded ? ("in " + taskDataDeclStr) : "")
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_PrimitiveCountNV = " << localSize << ";\n"
+			<< "\n"
+			<< triangleForPixel(pixel, len, baseIndex)
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+
+	if (m_taskNeeded)
+	{
+		std::ostringstream task;
+		task
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=" << localSize << ") in;\n"
+			<< "\n"
+			<< "out " << taskDataDeclStr
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_TaskCountNV = 1;\n"
+			<< "    td.pixelId[gl_LocalInvocationIndex] = gl_GlobalInvocationID.x;\n"
+			<< "    td.size = " << m_extent.width << ";\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("task") << glu::TaskSource(task.str());
+	}
+
+	// Basic fragment shader.
+	{
+		const auto frag = getBasicFragShader();
+		programCollection.glslSources.add("frag") << glu::FragmentSource(frag);
+	}
+}
+
+TestInstance* GlobalInvocationIdCase::createInstance (Context& context) const
+{
+	// Must match the shader.
+	const ColorVec			expectedColors	(1u, tcu::Vec4(0.0, 0.0, 1.0, 1.0));
+	const IterationParams	iterationParams	=
+	{
+		m_extent,									//	VkExtent2D		colorExtent;
+		1u,											//	uint32_t		numLayers;
+		getDefaultDrawCommands(m_jobSize.numTasks),	//	DrawCommandVec	drawArgs;
+		false,										//	bool			indirect;
+		{},											//	ViewportVec		viewports;	// If empty, a single default viewport is used.
+	};
+	return new FullScreenColorInstance(context, iterationParams, expectedColors);
+}
+
+// DrawIndex builtin case.
+class DrawIndexCase : public MeshShaderBuiltinCase
+{
+public:
+					DrawIndexCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, bool taskNeeded)
+						: MeshShaderBuiltinCase (testCtx, name, description, taskNeeded)
+						, m_extent				(getLinearExtent())
+						{}
+	virtual			~DrawIndexCase	(void) {}
+
+	void			initPrograms		(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance		(Context& context) const override;
+
+protected:
+	const VkExtent2D m_extent;
+};
+
+void DrawIndexCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const std::string taskDataDecl =
+		"taskNV TaskData {\n"
+		"    uint id;\n"
+		"    uint size;\n"
+		"} td;\n"
+		;
+
+	const auto drawIndex = "uint(gl_DrawID)";
+
+	// Mesh shader: each work group fills one pixel.
+	{
+		const std::string pixel = (m_taskNeeded ? "td.id"   : drawIndex);
+		const std::string len   = (m_taskNeeded ? "td.size" : de::toString(m_extent.width));
+
+		std::ostringstream mesh;
+		mesh
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=1) in;\n"
+			<< "layout (triangles) out;\n"
+			<< "layout (max_vertices=3, max_primitives=1) out;\n"
+			<< "\n"
+			<< (m_taskNeeded ? ("in " + taskDataDecl) : "")
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_PrimitiveCountNV = 1u;\n"
+			<< "\n"
+			<< triangleForPixel(pixel, len, "0")
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+
+	if (m_taskNeeded)
+	{
+		std::ostringstream task;
+		task
+			<< "#version 460\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=1) in;\n"
+			<< "\n"
+			<< "out " << taskDataDecl
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_TaskCountNV = 1u;\n"
+			<< "    td.id          = " << drawIndex << ";\n"
+			<< "    td.size        = " << m_extent.width << ";\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("task") << glu::TaskSource(task.str());
+	}
+
+	// Basic fragment shader.
+	{
+		const auto frag = getBasicFragShader();
+		programCollection.glslSources.add("frag") << glu::FragmentSource(frag);
+	}
+}
+
+TestInstance* DrawIndexCase::createInstance (Context& context) const
+{
+	// Must match the shader.
+	const ColorVec			expectedColors	(1u, tcu::Vec4(0.0, 0.0, 1.0, 1.0));
+	const DrawCommandVec	commands		(m_extent.width, makeDrawMeshTasksIndirectCommandNV(1u, 0u));
+	const IterationParams	iterationParams	=
+	{
+		m_extent,	//	VkExtent2D		colorExtent;
+		1u,			//	uint32_t		numLayers;
+		commands,	//	DrawCommandVec	drawArgs;
+		true,		//	bool			indirect;
+		{},			//	ViewportVec		viewports;	// If empty, a single default viewport is used.
+	};
+	return new FullScreenColorInstance(context, iterationParams, expectedColors);
+}
+
+} // anonymous
+
+tcu::TestCaseGroup* createMeshShaderBuiltinTests (tcu::TestContext& testCtx)
+{
+	GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "builtin", "Mesh Shader Builtin Tests"));
+
+	mainGroup->addChild(new PositionCase				(testCtx, "position", ""));
+	mainGroup->addChild(new PointSizeCase				(testCtx, "point_size", ""));
+	mainGroup->addChild(new ClipDistanceCase			(testCtx, "clip_distance", ""));
+	mainGroup->addChild(new CullDistanceCase			(testCtx, "cull_distance", ""));
+	mainGroup->addChild(new PrimitiveIdCase				(testCtx, "primitive_id_glsl", "", true/*glslFrag*/));
+	mainGroup->addChild(new PrimitiveIdCase				(testCtx, "primitive_id_spirv", "", false/*glslFrag*/));
+	mainGroup->addChild(new LayerCase					(testCtx, "layer", "", false/*shareVertices*/));
+	mainGroup->addChild(new LayerCase					(testCtx, "layer_shared", "", true/*shareVertices*/));
+	mainGroup->addChild(new ViewportIndexCase			(testCtx, "viewport_index", "", false/*shareVertices*/));
+	mainGroup->addChild(new ViewportIndexCase			(testCtx, "viewport_index_shared", "", true/*shareVertices*/));
+	mainGroup->addChild(new WorkGroupIdCase				(testCtx, "work_group_id_in_mesh", "", false/*taskNeeded*/));
+	mainGroup->addChild(new WorkGroupIdCase				(testCtx, "work_group_id_in_task", "", true/*taskNeeded*/));
+	mainGroup->addChild(new LocalInvocationCase			(testCtx, "local_invocation_id_in_mesh", "", false/*taskNeeded*/, LocalInvocation::ID));
+	mainGroup->addChild(new LocalInvocationCase			(testCtx, "local_invocation_id_in_task", "", true/*taskNeeded*/, LocalInvocation::ID));
+	mainGroup->addChild(new LocalInvocationCase			(testCtx, "local_invocation_index_in_task", "", true/*taskNeeded*/, LocalInvocation::INDEX));
+	mainGroup->addChild(new LocalInvocationCase			(testCtx, "local_invocation_index_in_mesh", "", false/*taskNeeded*/, LocalInvocation::INDEX));
+	mainGroup->addChild(new GlobalInvocationIdCase		(testCtx, "global_invocation_id_in_mesh", "", false/*taskNeeded*/));
+	mainGroup->addChild(new GlobalInvocationIdCase		(testCtx, "global_invocation_id_in_task", "", true/*taskNeeded*/));
+	mainGroup->addChild(new DrawIndexCase				(testCtx, "draw_index_in_mesh", "", false/*taskNeeded*/));
+	mainGroup->addChild(new DrawIndexCase				(testCtx, "draw_index_in_task", "", true/*taskNeeded*/));
+
+	return mainGroup.release();
+}
+
+} // MeshShader
+} // vkt
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderBuiltinTests.hpp b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderBuiltinTests.hpp
new file mode 100644
index 0000000..f389c6f
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderBuiltinTests.hpp
@@ -0,0 +1,38 @@
+#ifndef _VKTMESHSHADERBUILTINTESTS_HPP
+#define _VKTMESHSHADERBUILTINTESTS_HPP
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Mesh Shader Builtin Tests
+ *//*--------------------------------------------------------------------*/
+
+#include "tcuDefs.hpp"
+#include "tcuTestCase.hpp"
+
+namespace vkt
+{
+namespace MeshShader
+{
+tcu::TestCaseGroup* createMeshShaderBuiltinTests (tcu::TestContext& testCtx);
+} // MeshShader
+} // vkt
+
+#endif // _VKTMESHSHADERBUILTINTESTS_HPP
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderMiscTests.cpp b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderMiscTests.cpp
new file mode 100644
index 0000000..28b7d8e
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderMiscTests.cpp
@@ -0,0 +1,2785 @@
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Mesh Shader Misc Tests
+ *//*--------------------------------------------------------------------*/
+
+#include "vktMeshShaderMiscTests.hpp"
+#include "vktTestCase.hpp"
+
+#include "vkBuilderUtil.hpp"
+#include "vkImageWithMemory.hpp"
+#include "vkBufferWithMemory.hpp"
+#include "vkObjUtil.hpp"
+#include "vkTypeUtil.hpp"
+#include "vkCmdUtil.hpp"
+#include "vkImageUtil.hpp"
+#include "vkBarrierUtil.hpp"
+
+#include "tcuImageCompare.hpp"
+#include "tcuTexture.hpp"
+#include "tcuTextureUtil.hpp"
+#include "tcuMaybe.hpp"
+#include "tcuStringTemplate.hpp"
+#include "tcuTestLog.hpp"
+
+#include <memory>
+#include <utility>
+#include <vector>
+#include <string>
+#include <sstream>
+#include <map>
+
+namespace vkt
+{
+namespace MeshShader
+{
+
+namespace
+{
+
+using GroupPtr = de::MovePtr<tcu::TestCaseGroup>;
+
+using namespace vk;
+
+// Output images will use this format.
+VkFormat getOutputFormat ()
+{
+	return VK_FORMAT_R8G8B8A8_UNORM;
+}
+
+// Threshold that's reasonable for the previous format.
+float getCompareThreshold ()
+{
+	return 0.005f; // 1/256 < 0.005 < 2/256
+}
+
+// Check mesh shader support.
+void genericCheckSupport (Context& context, bool requireTaskShader, bool requireVertexStores)
+{
+	context.requireDeviceFunctionality("VK_NV_mesh_shader");
+
+	const auto& meshFeatures = context.getMeshShaderFeatures();
+
+	if (!meshFeatures.meshShader)
+		TCU_THROW(NotSupportedError, "Mesh shader not supported");
+
+	if (requireTaskShader && !meshFeatures.taskShader)
+		TCU_THROW(NotSupportedError, "Task shader not supported");
+
+	if (requireVertexStores)
+	{
+		const auto& features = context.getDeviceFeatures();
+		if (!features.vertexPipelineStoresAndAtomics)
+			TCU_THROW(NotSupportedError, "Vertex pieline stores and atomics not supported");
+	}
+}
+
+struct MiscTestParams
+{
+	tcu::Maybe<uint32_t>	taskCount;
+	uint32_t				meshCount;
+
+	uint32_t				width;
+	uint32_t				height;
+
+	// Makes the class polymorphic and allows the right destructor to be used for subclasses.
+	virtual ~MiscTestParams () {}
+
+	bool needsTaskShader () const
+	{
+		return static_cast<bool>(taskCount);
+	}
+
+	uint32_t drawCount () const
+	{
+		if (needsTaskShader())
+			return taskCount.get();
+		return meshCount;
+	}
+};
+
+using ParamsPtr = std::unique_ptr<MiscTestParams>;
+
+class MeshShaderMiscCase : public vkt::TestCase
+{
+public:
+					MeshShaderMiscCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params);
+	virtual			~MeshShaderMiscCase		(void) {}
+
+	void			checkSupport			(Context& context) const override;
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+
+protected:
+	std::unique_ptr<MiscTestParams> m_params;
+};
+
+MeshShaderMiscCase::MeshShaderMiscCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+	: vkt::TestCase	(testCtx, name, description)
+	, m_params		(params.release())
+{}
+
+void MeshShaderMiscCase::checkSupport (Context& context) const
+{
+	genericCheckSupport(context, m_params->needsTaskShader(), /*requireVertexStores*/false);
+}
+
+// Adds the generic fragment shader. To be called by subclasses.
+void MeshShaderMiscCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	std::string frag =
+		"#version 450\n"
+		"#extension GL_NV_mesh_shader : enable\n"
+		"\n"
+		"layout (location=0) in perprimitiveNV vec4 primitiveColor;\n"
+		"layout (location=0) out vec4 outColor;\n"
+		"\n"
+		"void main ()\n"
+		"{\n"
+		"    outColor = primitiveColor;\n"
+		"}\n"
+		;
+	programCollection.glslSources.add("frag") << glu::FragmentSource(frag);
+}
+
+class MeshShaderMiscInstance : public vkt::TestInstance
+{
+public:
+					MeshShaderMiscInstance	(Context& context, const MiscTestParams* params)
+						: vkt::TestInstance	(context)
+						, m_params			(params)
+						, m_referenceLevel	()
+					{
+					}
+
+	void			generateSolidRefLevel	(const tcu::Vec4& color, std::unique_ptr<tcu::TextureLevel>& output);
+	virtual void	generateReferenceLevel	() = 0;
+
+	virtual bool	verifyResult			(const tcu::ConstPixelBufferAccess& resultAccess, const tcu::TextureLevel& referenceLevel) const;
+	virtual bool	verifyResult			(const tcu::ConstPixelBufferAccess& resultAccess) const;
+	tcu::TestStatus	iterate					() override;
+
+protected:
+	const MiscTestParams*				m_params;
+	std::unique_ptr<tcu::TextureLevel>	m_referenceLevel;
+};
+
+void MeshShaderMiscInstance::generateSolidRefLevel (const tcu::Vec4& color, std::unique_ptr<tcu::TextureLevel>& output)
+{
+	const auto format		= getOutputFormat();
+	const auto tcuFormat	= mapVkFormat(format);
+
+	const auto iWidth		= static_cast<int>(m_params->width);
+	const auto iHeight		= static_cast<int>(m_params->height);
+
+	output.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight));
+
+	const auto access		= output->getAccess();
+
+	// Fill with solid color.
+	tcu::clear(access, color);
+}
+
+bool MeshShaderMiscInstance::verifyResult (const tcu::ConstPixelBufferAccess& resultAccess) const
+{
+	return verifyResult(resultAccess, *m_referenceLevel);
+}
+
+bool MeshShaderMiscInstance::verifyResult (const tcu::ConstPixelBufferAccess& resultAccess, const tcu::TextureLevel& referenceLevel) const
+{
+	const auto referenceAccess = referenceLevel.getAccess();
+
+	const auto refWidth		= referenceAccess.getWidth();
+	const auto refHeight	= referenceAccess.getHeight();
+	const auto refDepth		= referenceAccess.getDepth();
+
+	const auto resWidth		= resultAccess.getWidth();
+	const auto resHeight	= resultAccess.getHeight();
+	const auto resDepth		= resultAccess.getDepth();
+
+	DE_ASSERT(resWidth == refWidth || resHeight == refHeight || resDepth == refDepth);
+
+	// For release builds.
+	DE_UNREF(refWidth);
+	DE_UNREF(refHeight);
+	DE_UNREF(refDepth);
+	DE_UNREF(resWidth);
+	DE_UNREF(resHeight);
+	DE_UNREF(resDepth);
+
+	const auto outputFormat		= getOutputFormat();
+	const auto expectedFormat	= mapVkFormat(outputFormat);
+	const auto resFormat		= resultAccess.getFormat();
+	const auto refFormat		= referenceAccess.getFormat();
+
+	DE_ASSERT(resFormat == expectedFormat && refFormat == expectedFormat);
+
+	// For release builds
+	DE_UNREF(expectedFormat);
+	DE_UNREF(resFormat);
+	DE_UNREF(refFormat);
+
+	auto&			log				= m_context.getTestContext().getLog();
+	const auto		threshold		= getCompareThreshold();
+	const tcu::Vec4	thresholdVec	(threshold, threshold, threshold, threshold);
+
+	return tcu::floatThresholdCompare(log, "Result", "", referenceAccess, resultAccess, thresholdVec, tcu::COMPARE_LOG_ON_ERROR);
+}
+
+tcu::TestStatus MeshShaderMiscInstance::iterate ()
+{
+	const auto&		vkd			= m_context.getDeviceInterface();
+	const auto		device		= m_context.getDevice();
+	auto&			alloc		= m_context.getDefaultAllocator();
+	const auto		queueIndex	= m_context.getUniversalQueueFamilyIndex();
+	const auto		queue		= m_context.getUniversalQueue();
+
+	const auto		imageFormat	= getOutputFormat();
+	const auto		tcuFormat	= mapVkFormat(imageFormat);
+	const auto		imageExtent	= makeExtent3D(m_params->width, m_params->height, 1u);
+	const auto		imageUsage	= (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT);
+
+	const VkImageCreateInfo colorBufferInfo =
+	{
+		VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,	//	VkStructureType			sType;
+		nullptr,								//	const void*				pNext;
+		0u,										//	VkImageCreateFlags		flags;
+		VK_IMAGE_TYPE_2D,						//	VkImageType				imageType;
+		imageFormat,							//	VkFormat				format;
+		imageExtent,							//	VkExtent3D				extent;
+		1u,										//	uint32_t				mipLevels;
+		1u,										//	uint32_t				arrayLayers;
+		VK_SAMPLE_COUNT_1_BIT,					//	VkSampleCountFlagBits	samples;
+		VK_IMAGE_TILING_OPTIMAL,				//	VkImageTiling			tiling;
+		imageUsage,								//	VkImageUsageFlags		usage;
+		VK_SHARING_MODE_EXCLUSIVE,				//	VkSharingMode			sharingMode;
+		0u,										//	uint32_t				queueFamilyIndexCount;
+		nullptr,								//	const uint32_t*			pQueueFamilyIndices;
+		VK_IMAGE_LAYOUT_UNDEFINED,				//	VkImageLayout			initialLayout;
+	};
+
+	// Create color image and view.
+	ImageWithMemory	colorImage	(vkd, device, alloc, colorBufferInfo, MemoryRequirement::Any);
+	const auto		colorSRR	= makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u);
+	const auto		colorSRL	= makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, 1u);
+	const auto		colorView	= makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR);
+
+	// Create a memory buffer for verification.
+	const auto			verificationBufferSize	= static_cast<VkDeviceSize>(imageExtent.width * imageExtent.height * tcu::getPixelSize(tcuFormat));
+	const auto			verificationBufferUsage	= (VK_BUFFER_USAGE_TRANSFER_DST_BIT);
+	const auto			verificationBufferInfo	= makeBufferCreateInfo(verificationBufferSize, verificationBufferUsage);
+
+	BufferWithMemory	verificationBuffer		(vkd, device, alloc, verificationBufferInfo, MemoryRequirement::HostVisible);
+	auto&				verificationBufferAlloc	= verificationBuffer.getAllocation();
+	void*				verificationBufferData	= verificationBufferAlloc.getHostPtr();
+
+	// Pipeline layout.
+	const auto pipelineLayout = makePipelineLayout(vkd, device);
+
+	// Shader modules.
+	const auto&	binaries	= m_context.getBinaryCollection();
+	const auto	hasTask		= binaries.contains("task");
+
+	const auto	meshShader	= createShaderModule(vkd, device, binaries.get("mesh"));
+	const auto	fragShader	= createShaderModule(vkd, device, binaries.get("frag"));
+
+	Move<VkShaderModule> taskShader;
+	if (hasTask)
+		taskShader = createShaderModule(vkd, device, binaries.get("task"));
+
+	// Render pass.
+	const auto renderPass = makeRenderPass(vkd, device, imageFormat);
+
+	// Framebuffer.
+	const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorView.get(), imageExtent.width, imageExtent.height);
+
+	// Viewport and scissor.
+	const std::vector<VkViewport>	viewports	(1u, makeViewport(imageExtent));
+	const std::vector<VkRect2D>		scissors	(1u, makeRect2D(imageExtent));
+
+	const auto pipeline = makeGraphicsPipeline(vkd, device, pipelineLayout.get(),
+		taskShader.get(), meshShader.get(), fragShader.get(),
+		renderPass.get(), viewports, scissors);
+
+	// Command pool and buffer.
+	const auto cmdPool		= makeCommandPool(vkd, device, queueIndex);
+	const auto cmdBufferPtr	= allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY);
+	const auto cmdBuffer	= cmdBufferPtr.get();
+
+	beginCommandBuffer(vkd, cmdBuffer);
+
+	// Run pipeline.
+	const tcu::Vec4 clearColor (0.0f, 0.0f, 0.0f, 0.0f);
+	beginRenderPass(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0u), clearColor);
+	vkd.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline.get());
+	vkd.cmdDrawMeshTasksNV(cmdBuffer, m_params->drawCount(), 0u);
+	endRenderPass(vkd, cmdBuffer);
+
+	// Copy color buffer to verification buffer.
+	const auto colorAccess		= (VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT | VK_ACCESS_COLOR_ATTACHMENT_READ_BIT);
+	const auto transferRead		= VK_ACCESS_TRANSFER_READ_BIT;
+	const auto transferWrite	= VK_ACCESS_TRANSFER_WRITE_BIT;
+	const auto hostRead			= VK_ACCESS_HOST_READ_BIT;
+
+	const auto preCopyBarrier	= makeImageMemoryBarrier(colorAccess, transferRead, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorImage.get(), colorSRR);
+	const auto postCopyBarrier	= makeMemoryBarrier(transferWrite, hostRead);
+	const auto copyRegion		= makeBufferImageCopy(imageExtent, colorSRL);
+
+	vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, 0u, 0u, nullptr, 0u, nullptr, 1u, &preCopyBarrier);
+	vkd.cmdCopyImageToBuffer(cmdBuffer, colorImage.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, verificationBuffer.get(), 1u, &copyRegion);
+	vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_HOST_BIT, 0u, 1u, &postCopyBarrier, 0u, nullptr, 0u, nullptr);
+
+	endCommandBuffer(vkd, cmdBuffer);
+	submitCommandsAndWait(vkd, device, queue, cmdBuffer);
+
+	// Generate reference image and compare results.
+	const tcu::IVec3					iExtent				(static_cast<int>(imageExtent.width), static_cast<int>(imageExtent.height), 1);
+	const tcu::ConstPixelBufferAccess	verificationAccess	(tcuFormat, iExtent, verificationBufferData);
+
+	generateReferenceLevel();
+	invalidateAlloc(vkd, device, verificationBufferAlloc);
+	if (!verifyResult(verificationAccess))
+		TCU_FAIL("Result does not match reference; check log for details");
+
+	return tcu::TestStatus::pass("Pass");
+}
+
+// Verify passing more complex data between the task and mesh shaders.
+class ComplexTaskDataCase : public MeshShaderMiscCase
+{
+public:
+					ComplexTaskDataCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+						: MeshShaderMiscCase (testCtx, name, description, std::move(params))
+					{}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+};
+
+class ComplexTaskDataInstance : public MeshShaderMiscInstance
+{
+public:
+	ComplexTaskDataInstance (Context& context, const MiscTestParams* params)
+		: MeshShaderMiscInstance (context, params)
+	{}
+
+	void	generateReferenceLevel	() override;
+};
+
+void ComplexTaskDataInstance::generateReferenceLevel ()
+{
+	const auto format		= getOutputFormat();
+	const auto tcuFormat	= mapVkFormat(format);
+
+	const auto iWidth		= static_cast<int>(m_params->width);
+	const auto iHeight		= static_cast<int>(m_params->height);
+
+	const auto halfWidth	= iWidth / 2;
+	const auto halfHeight	= iHeight / 2;
+
+	m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight));
+
+	const auto access		= m_referenceLevel->getAccess();
+
+	// Each image quadrant gets a different color.
+	for (int y = 0; y < iHeight; ++y)
+	for (int x = 0; x < iWidth; ++x)
+	{
+		const float	red			= ((y < halfHeight) ? 0.0f : 1.0f);
+		const float	green		= ((x < halfWidth)  ? 0.0f : 1.0f);
+		const auto	refColor	= tcu::Vec4(red, green, 1.0f, 1.0f);
+		access.setPixel(refColor, x, y);
+	}
+}
+
+void ComplexTaskDataCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	// Add the generic fragment shader.
+	MeshShaderMiscCase::initPrograms(programCollection);
+
+	const std::string taskDataDeclTemplate =
+		"struct RowId {\n"
+		"    uint id;\n"
+		"};\n"
+		"\n"
+		"struct WorkGroupData {\n"
+		"    float WorkGroupIdPlusOnex1000Iota[10];\n"
+		"    RowId rowId;\n"
+		"    uvec3 WorkGroupIdPlusOnex2000Iota;\n"
+		"    vec2  WorkGroupIdPlusOnex3000Iota;\n"
+		"};\n"
+		"\n"
+		"struct ExternalData {\n"
+		"    float OneMillion;\n"
+		"    uint  TwoMillion;\n"
+		"    WorkGroupData workGroupData;\n"
+		"};\n"
+		"\n"
+		"${INOUT} taskNV TaskData {\n"
+		"    uint yes;\n"
+		"    ExternalData externalData;\n"
+		"} td;\n"
+		;
+	const tcu::StringTemplate taskDataDecl(taskDataDeclTemplate);
+
+	{
+		std::map<std::string, std::string> taskMap;
+		taskMap["INOUT"] = "out";
+		std::ostringstream task;
+		task
+			<< "#version 450\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=1) in;\n"
+			<< "\n"
+			<< taskDataDecl.specialize(taskMap)
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_TaskCountNV = 2u;\n"
+			<< "    td.yes = 1u;\n"
+			<< "    td.externalData.OneMillion = 1000000.0;\n"
+			<< "    td.externalData.TwoMillion = 2000000u;\n"
+			<< "    for (uint i = 0; i < 10; i++) {\n"
+			<< "        td.externalData.workGroupData.WorkGroupIdPlusOnex1000Iota[i] = float((gl_WorkGroupID.x + 1u) * 1000 + i);\n"
+			<< "    }\n"
+			<< "    {\n"
+			<< "        uint baseVal = (gl_WorkGroupID.x + 1u) * 2000;\n"
+			<< "        td.externalData.workGroupData.WorkGroupIdPlusOnex2000Iota = uvec3(baseVal, baseVal + 1, baseVal + 2);\n"
+			<< "    }\n"
+			<< "    {\n"
+			<< "        uint baseVal = (gl_WorkGroupID.x + 1u) * 3000;\n"
+			<< "        td.externalData.workGroupData.WorkGroupIdPlusOnex3000Iota = vec2(baseVal, baseVal + 1);\n"
+			<< "    }\n"
+			<< "    td.externalData.workGroupData.rowId.id = gl_WorkGroupID.x;\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("task") << glu::TaskSource(task.str());
+	}
+
+	{
+		std::map<std::string, std::string> meshMap;
+		meshMap["INOUT"] = "in";
+		std::ostringstream mesh;
+		mesh
+			<< "#version 450\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout(local_size_x=2) in;\n"
+			<< "layout(triangles) out;\n"
+			<< "layout(max_vertices=4, max_primitives=2) out;\n"
+			<< "\n"
+			<< "layout (location=0) out perprimitiveNV vec4 triangleColor[];\n"
+			<< "\n"
+			<< taskDataDecl.specialize(meshMap)
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    bool dataOK = true;\n"
+			<< "    dataOK = (dataOK && (td.yes == 1u));\n"
+			<< "    dataOK = (dataOK && (td.externalData.OneMillion == 1000000.0 && td.externalData.TwoMillion == 2000000u));\n"
+			<< "    uint rowId = td.externalData.workGroupData.rowId.id;\n"
+			<< "    dataOK = (dataOK && (rowId == 0u || rowId == 1u));\n"
+			<< "\n"
+			<< "    {\n"
+			<< "        uint baseVal = (rowId + 1u) * 1000u;\n"
+			<< "        for (uint i = 0; i < 10; i++) {\n"
+			<< "            if (td.externalData.workGroupData.WorkGroupIdPlusOnex1000Iota[i] != float(baseVal + i)) {\n"
+			<< "                dataOK = false;\n"
+			<< "                break;\n"
+			<< "            }\n"
+			<< "        }\n"
+			<< "    }\n"
+			<< "\n"
+			<< "    {\n"
+			<< "        uint baseVal = (rowId + 1u) * 2000;\n"
+			<< "        uvec3 expected = uvec3(baseVal, baseVal + 1, baseVal + 2);\n"
+			<< "        if (td.externalData.workGroupData.WorkGroupIdPlusOnex2000Iota != expected) {\n"
+			<< "            dataOK = false;\n"
+			<< "        }\n"
+			<< "    }\n"
+			<< "\n"
+			<< "    {\n"
+			<< "        uint baseVal = (rowId + 1u) * 3000;\n"
+			<< "        vec2 expected = vec2(baseVal, baseVal + 1);\n"
+			<< "        if (td.externalData.workGroupData.WorkGroupIdPlusOnex3000Iota != expected) {\n"
+			<< "            dataOK = false;\n"
+			<< "        }\n"
+			<< "    }\n"
+			<< "\n"
+			<< "    uint columnId = gl_WorkGroupID.x;\n"
+			<< "\n"
+			<< "    if (dataOK) {\n"
+			<< "        gl_PrimitiveCountNV = 2u;\n"
+			<< "    }\n"
+			<< "    else {\n"
+			<< "        gl_PrimitiveCountNV = 0u;\n"
+			<< "        return;\n"
+			<< "    }\n"
+			<< "\n"
+			<< "    const vec4 outColor = vec4(rowId, columnId, 1.0f, 1.0f);\n"
+			<< "    triangleColor[0] = outColor;\n"
+			<< "    triangleColor[1] = outColor;\n"
+			<< "\n"
+			<< "    // Each local invocation will generate two points and one triangle from the quad.\n"
+			<< "    // The first local invocation will generate the top quad vertices.\n"
+			<< "    // The second invocation will generate the two bottom vertices.\n"
+			<< "    vec4 left  = vec4(0.0, 0.0, 0.0, 1.0);\n"
+			<< "    vec4 right = vec4(1.0, 0.0, 0.0, 1.0);\n"
+			<< "\n"
+			<< "    float localInvocationOffsetY = float(gl_LocalInvocationID.x);\n"
+			<< "    left.y  += localInvocationOffsetY;\n"
+			<< "    right.y += localInvocationOffsetY;\n"
+			<< "\n"
+			<< "    // The code above creates a quad from (0, 0) to (1, 1) but we need to offset it\n"
+			<< "    // in X and/or Y depending on the row and column, to place it in other quadrants.\n"
+			<< "    float quadrantOffsetX = float(int(columnId) - 1);\n"
+			<< "    float quadrantOffsetY = float(int(rowId) - 1);\n"
+			<< "\n"
+			<< "    left.x  += quadrantOffsetX;\n"
+			<< "    right.x += quadrantOffsetX;\n"
+			<< "\n"
+			<< "    left.y  += quadrantOffsetY;\n"
+			<< "    right.y += quadrantOffsetY;\n"
+			<< "\n"
+			<< "    uint baseVertexId = 2*gl_LocalInvocationID.x;\n"
+			<< "    gl_MeshVerticesNV[baseVertexId + 0].gl_Position = left;\n"
+			<< "    gl_MeshVerticesNV[baseVertexId + 1].gl_Position = right;\n"
+			<< "\n"
+			<< "    uint baseIndexId = 3*gl_LocalInvocationID.x;\n"
+			<< "    // 0,1,2 or 1,2,3 (note: triangles alternate front face this way)\n"
+			<< "    gl_PrimitiveIndicesNV[baseIndexId + 0] = 0 + gl_LocalInvocationID.x;\n"
+			<< "    gl_PrimitiveIndicesNV[baseIndexId + 1] = 1 + gl_LocalInvocationID.x;\n"
+			<< "    gl_PrimitiveIndicesNV[baseIndexId + 2] = 2 + gl_LocalInvocationID.x;\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+}
+
+TestInstance* ComplexTaskDataCase::createInstance (Context& context) const
+{
+	return new ComplexTaskDataInstance(context, m_params.get());
+}
+
+// Verify drawing a single point.
+class SinglePointCase : public MeshShaderMiscCase
+{
+public:
+					SinglePointCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+						: MeshShaderMiscCase (testCtx, name, description, std::move(params))
+					{}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+};
+
+class SinglePointInstance : public MeshShaderMiscInstance
+{
+public:
+	SinglePointInstance (Context& context, const MiscTestParams* params)
+		: MeshShaderMiscInstance (context, params)
+	{}
+
+	void	generateReferenceLevel	() override;
+};
+
+TestInstance* SinglePointCase::createInstance (Context& context) const
+{
+	return new SinglePointInstance (context, m_params.get());
+}
+
+void SinglePointCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	DE_ASSERT(!m_params->needsTaskShader());
+
+	MeshShaderMiscCase::initPrograms(programCollection);
+
+	std::ostringstream mesh;
+	mesh
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout(local_size_x=1) in;\n"
+		<< "layout(points) out;\n"
+		<< "layout(max_vertices=256, max_primitives=256) out;\n"
+		<< "\n"
+		<< "layout (location=0) out perprimitiveNV vec4 pointColor[];\n"
+		<< "\n"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "    gl_PrimitiveCountNV = 1u;\n"
+		<< "    pointColor[0] = vec4(0.0f, 1.0f, 1.0f, 1.0f);\n"
+		<< "    gl_MeshVerticesNV[0].gl_Position = vec4(0.0f, 0.0f, 0.0f, 1.0f);\n"
+		<< "    gl_MeshVerticesNV[0].gl_PointSize = 1.0f;\n"
+		<< "    gl_PrimitiveIndicesNV[0] = 0;\n"
+		<< "}\n"
+		;
+	programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+}
+
+void SinglePointInstance::generateReferenceLevel ()
+{
+	generateSolidRefLevel(tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), m_referenceLevel);
+
+	const auto halfWidth	= static_cast<int>(m_params->width / 2u);
+	const auto halfHeight	= static_cast<int>(m_params->height / 2u);
+	const auto access		= m_referenceLevel->getAccess();
+
+	access.setPixel(tcu::Vec4(0.0f, 1.0f, 1.0f, 1.0f), halfWidth, halfHeight);
+}
+
+// Verify drawing a single line.
+class SingleLineCase : public MeshShaderMiscCase
+{
+public:
+					SingleLineCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+						: MeshShaderMiscCase (testCtx, name, description, std::move(params))
+					{}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+};
+
+class SingleLineInstance : public MeshShaderMiscInstance
+{
+public:
+	SingleLineInstance (Context& context, const MiscTestParams* params)
+		: MeshShaderMiscInstance (context, params)
+	{}
+
+	void	generateReferenceLevel	() override;
+};
+
+TestInstance* SingleLineCase::createInstance (Context& context) const
+{
+	return new SingleLineInstance (context, m_params.get());
+}
+
+void SingleLineCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	DE_ASSERT(!m_params->needsTaskShader());
+
+	MeshShaderMiscCase::initPrograms(programCollection);
+
+	std::ostringstream mesh;
+	mesh
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout(local_size_x=1) in;\n"
+		<< "layout(lines) out;\n"
+		<< "layout(max_vertices=256, max_primitives=256) out;\n"
+		<< "\n"
+		<< "layout (location=0) out perprimitiveNV vec4 lineColor[];\n"
+		<< "\n"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "    gl_PrimitiveCountNV = 1u;\n"
+		<< "    lineColor[0] = vec4(0.0f, 1.0f, 1.0f, 1.0f);\n"
+		<< "    gl_MeshVerticesNV[0].gl_Position = vec4(-1.0f, 0.0f, 0.0f, 1.0f);\n"
+		<< "    gl_MeshVerticesNV[1].gl_Position = vec4( 1.0f, 0.0f, 0.0f, 1.0f);\n"
+		<< "    gl_PrimitiveIndicesNV[0] = 0;\n"
+		<< "    gl_PrimitiveIndicesNV[1] = 1;\n"
+		<< "}\n"
+		;
+	programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+}
+
+void SingleLineInstance::generateReferenceLevel ()
+{
+	generateSolidRefLevel(tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), m_referenceLevel);
+
+	const auto iWidth		= static_cast<int>(m_params->width);
+	const auto halfHeight	= static_cast<int>(m_params->height / 2u);
+	const auto access		= m_referenceLevel->getAccess();
+
+	// Center row.
+	for (int x = 0; x < iWidth; ++x)
+		access.setPixel(tcu::Vec4(0.0f, 1.0f, 1.0f, 1.0f), x, halfHeight);
+}
+
+// Verify drawing a single triangle.
+class SingleTriangleCase : public MeshShaderMiscCase
+{
+public:
+					SingleTriangleCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+						: MeshShaderMiscCase (testCtx, name, description, std::move(params))
+					{}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+};
+
+class SingleTriangleInstance : public MeshShaderMiscInstance
+{
+public:
+	SingleTriangleInstance (Context& context, const MiscTestParams* params)
+		: MeshShaderMiscInstance (context, params)
+	{}
+
+	void	generateReferenceLevel	() override;
+};
+
+TestInstance* SingleTriangleCase::createInstance (Context& context) const
+{
+	return new SingleTriangleInstance (context, m_params.get());
+}
+
+void SingleTriangleCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	DE_ASSERT(!m_params->needsTaskShader());
+
+	MeshShaderMiscCase::initPrograms(programCollection);
+
+	const float halfPixelX = 2.0f / static_cast<float>(m_params->width);
+	const float halfPixelY = 2.0f / static_cast<float>(m_params->height);
+
+	std::ostringstream mesh;
+	mesh
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout(local_size_x=1) in;\n"
+		<< "layout(triangles) out;\n"
+		<< "layout(max_vertices=256, max_primitives=256) out;\n"
+		<< "\n"
+		<< "layout (location=0) out perprimitiveNV vec4 triangleColor[];\n"
+		<< "\n"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "    gl_PrimitiveCountNV = 1u;\n"
+		<< "    triangleColor[0] = vec4(0.0f, 1.0f, 1.0f, 1.0f);\n"
+		<< "    gl_MeshVerticesNV[0].gl_Position = vec4(" <<  halfPixelY << ", " << -halfPixelX << ", 0.0f, 1.0f);\n"
+		<< "    gl_MeshVerticesNV[1].gl_Position = vec4(" <<  halfPixelY << ", " <<  halfPixelX << ", 0.0f, 1.0f);\n"
+		<< "    gl_MeshVerticesNV[2].gl_Position = vec4(" << -halfPixelY << ", 0.0f, 0.0f, 1.0f);\n"
+		<< "    gl_PrimitiveIndicesNV[0] = 0;\n"
+		<< "    gl_PrimitiveIndicesNV[1] = 1;\n"
+		<< "    gl_PrimitiveIndicesNV[2] = 2;\n"
+		<< "}\n"
+		;
+	programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+}
+
+void SingleTriangleInstance::generateReferenceLevel ()
+{
+	generateSolidRefLevel(tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), m_referenceLevel);
+
+	const auto halfWidth	= static_cast<int>(m_params->width / 2u);
+	const auto halfHeight	= static_cast<int>(m_params->height / 2u);
+	const auto access		= m_referenceLevel->getAccess();
+
+	// Single pixel in the center.
+	access.setPixel(tcu::Vec4(0.0f, 1.0f, 1.0f, 1.0f), halfWidth, halfHeight);
+}
+
+// Verify drawing the maximum number of points.
+class MaxPointsCase : public MeshShaderMiscCase
+{
+public:
+					MaxPointsCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+						: MeshShaderMiscCase (testCtx, name, description, std::move(params))
+					{}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+};
+
+class MaxPointsInstance : public MeshShaderMiscInstance
+{
+public:
+	MaxPointsInstance (Context& context, const MiscTestParams* params)
+		: MeshShaderMiscInstance (context, params)
+	{}
+
+	void	generateReferenceLevel	() override;
+};
+
+TestInstance* MaxPointsCase::createInstance (Context& context) const
+{
+	return new MaxPointsInstance (context, m_params.get());
+}
+
+void MaxPointsCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	DE_ASSERT(!m_params->needsTaskShader());
+
+	MeshShaderMiscCase::initPrograms(programCollection);
+
+	// Fill a 16x16 image with 256 points. Each of the 32 local invocations will handle a segment of 8 pixels. Two segments per row.
+	DE_ASSERT(m_params->width == 16u && m_params->height == 16u);
+
+	std::ostringstream mesh;
+	mesh
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout(local_size_x=32) in;\n"
+		<< "layout(points) out;\n"
+		<< "layout(max_vertices=256, max_primitives=256) out;\n"
+		<< "\n"
+		<< "layout (location=0) out perprimitiveNV vec4 pointColor[];\n"
+		<< "\n"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "    gl_PrimitiveCountNV = 256u;\n"
+		<< "    uint firstPixel = 8u * gl_LocalInvocationID.x;\n"
+		<< "    uint row = firstPixel / 16u;\n"
+		<< "    uint col = firstPixel % 16u;\n"
+		<< "    float pixSize = 2.0f / 16.0f;\n"
+		<< "    float yCoord = pixSize * (float(row) + 0.5f) - 1.0f;\n"
+		<< "    float baseXCoord = pixSize * (float(col) + 0.5f) - 1.0f;\n"
+		<< "    for (uint i = 0; i < 8u; i++) {\n"
+		<< "        float xCoord = baseXCoord + pixSize * float(i);\n"
+		<< "        uint pixId = firstPixel + i;\n"
+		<< "        gl_MeshVerticesNV[pixId].gl_Position = vec4(xCoord, yCoord, 0.0f, 1.0f);\n"
+		<< "        gl_MeshVerticesNV[pixId].gl_PointSize = 1.0f;\n"
+		<< "        gl_PrimitiveIndicesNV[pixId] = pixId;\n"
+		<< "        pointColor[pixId] = vec4(((xCoord + 1.0f) / 2.0f), ((yCoord + 1.0f) / 2.0f), 0.0f, 1.0f);\n"
+		<< "    }\n"
+		<< "}\n"
+		;
+	programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+}
+
+void MaxPointsInstance::generateReferenceLevel ()
+{
+	const auto format		= getOutputFormat();
+	const auto tcuFormat	= mapVkFormat(format);
+
+	const auto iWidth		= static_cast<int>(m_params->width);
+	const auto iHeight		= static_cast<int>(m_params->height);
+	const auto fWidth		= static_cast<float>(m_params->width);
+	const auto fHeight		= static_cast<float>(m_params->height);
+
+	m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight));
+
+	const auto access		= m_referenceLevel->getAccess();
+
+	// Fill with gradient like the shader does.
+	for (int y = 0; y < iHeight; ++y)
+	for (int x = 0; x < iWidth; ++x)
+	{
+		const tcu::Vec4 color (
+			((static_cast<float>(x) + 0.5f) / fWidth),
+			((static_cast<float>(y) + 0.5f) / fHeight),
+			0.0f, 1.0f);
+		access.setPixel(color, x, y);
+	}
+}
+
+// Verify drawing the maximum number of lines.
+class MaxLinesCase : public MeshShaderMiscCase
+{
+public:
+					MaxLinesCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+						: MeshShaderMiscCase (testCtx, name, description, std::move(params))
+					{}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+};
+
+class MaxLinesInstance : public MeshShaderMiscInstance
+{
+public:
+	MaxLinesInstance (Context& context, const MiscTestParams* params)
+		: MeshShaderMiscInstance (context, params)
+	{}
+
+	void	generateReferenceLevel	() override;
+};
+
+TestInstance* MaxLinesCase::createInstance (Context& context) const
+{
+	return new MaxLinesInstance (context, m_params.get());
+}
+
+void MaxLinesCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	DE_ASSERT(!m_params->needsTaskShader());
+
+	MeshShaderMiscCase::initPrograms(programCollection);
+
+	// Fill a 1x1020 image with 255 lines, each line being 4 pixels tall. Each invocation will generate ~8 lines.
+	DE_ASSERT(m_params->width == 1u && m_params->height == 1020u);
+
+	std::ostringstream mesh;
+	mesh
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout(local_size_x=32) in;\n"
+		<< "layout(lines) out;\n"
+		<< "layout(max_vertices=256, max_primitives=255) out;\n"
+		<< "\n"
+		<< "layout (location=0) out perprimitiveNV vec4 lineColor[];\n"
+		<< "\n"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "    gl_PrimitiveCountNV = 255u;\n"
+		<< "    uint firstLine = 8u * gl_LocalInvocationID.x;\n"
+		<< "    for (uint i = 0u; i < 8u; i++) {\n"
+		<< "        uint lineId = firstLine + i;\n"
+		<< "        uint topPixel = 4u * lineId;\n"
+		<< "        uint bottomPixel = 3u + topPixel;\n"
+		<< "        if (bottomPixel < 1020u) {\n"
+		<< "            float bottomCoord = ((float(bottomPixel) + 1.0f) / 1020.0) * 2.0 - 1.0;\n"
+		<< "            gl_MeshVerticesNV[lineId + 1u].gl_Position = vec4(0.0, bottomCoord, 0.0f, 1.0f);\n"
+		<< "            gl_PrimitiveIndicesNV[lineId * 2u] = lineId;\n"
+		<< "            gl_PrimitiveIndicesNV[lineId * 2u + 1u] = lineId + 1u;\n"
+		<< "            lineColor[lineId] = vec4(0.0f, 1.0f, float(lineId) / 255.0f, 1.0f);\n"
+		<< "        } else {\n"
+		<< "            // The last iteration of the last invocation emits the first point\n"
+		<< "            gl_MeshVerticesNV[0].gl_Position = vec4(0.0, -1.0, 0.0f, 1.0f);\n"
+		<< "        }\n"
+		<< "    }\n"
+		<< "}\n"
+		;
+	programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+}
+
+void MaxLinesInstance::generateReferenceLevel ()
+{
+	const auto format		= getOutputFormat();
+	const auto tcuFormat	= mapVkFormat(format);
+
+	const auto iWidth		= static_cast<int>(m_params->width);
+	const auto iHeight		= static_cast<int>(m_params->height);
+
+	m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight));
+
+	const auto access		= m_referenceLevel->getAccess();
+
+	// Fill lines, 4 pixels per line.
+	const uint32_t kNumLines = 255u;
+	const uint32_t kLineHeight = 4u;
+
+	for (uint32_t i = 0u; i < kNumLines; ++i)
+	{
+		const tcu::Vec4 color (0.0f, 1.0f, static_cast<float>(i) / static_cast<float>(kNumLines), 1.0f);
+		for (uint32_t j = 0u; j < kLineHeight; ++j)
+			access.setPixel(color, 0, i*kLineHeight + j);
+	}
+}
+
+// Verify drawing the maximum number of triangles.
+class MaxTrianglesCase : public MeshShaderMiscCase
+{
+public:
+					MaxTrianglesCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+						: MeshShaderMiscCase (testCtx, name, description, std::move(params))
+					{}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+};
+
+class MaxTrianglesInstance : public MeshShaderMiscInstance
+{
+public:
+	MaxTrianglesInstance (Context& context, const MiscTestParams* params)
+		: MeshShaderMiscInstance (context, params)
+	{}
+
+	void	generateReferenceLevel	() override;
+};
+
+TestInstance* MaxTrianglesCase::createInstance (Context& context) const
+{
+	return new MaxTrianglesInstance (context, m_params.get());
+}
+
+void MaxTrianglesCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	DE_ASSERT(!m_params->needsTaskShader());
+
+	MeshShaderMiscCase::initPrograms(programCollection);
+
+	// Fill a sufficiently large image with solid color. Generate a quarter of a circle with the center in the top left corner,
+	// using a triangle fan that advances from top to bottom. Each invocation will generate ~8 triangles.
+	std::ostringstream mesh;
+	mesh
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout(local_size_x=32) in;\n"
+		<< "layout(triangles) out;\n"
+		<< "layout(max_vertices=256, max_primitives=254) out;\n"
+		<< "\n"
+		<< "layout (location=0) out perprimitiveNV vec4 triangleColor[];\n"
+		<< "\n"
+		<< "const float PI_2 = 1.57079632679489661923;\n"
+		<< "const float RADIUS = 4.5;\n"
+		<< "\n"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "    gl_PrimitiveCountNV = 254u;\n"
+		<< "    uint firstTriangle = 8u * gl_LocalInvocationID.x;\n"
+		<< "    for (uint i = 0u; i < 8u; i++) {\n"
+		<< "        uint triangleId = firstTriangle + i;\n"
+		<< "        if (triangleId < 254u) {\n"
+		<< "            uint vertexId = triangleId + 2u;\n"
+		<< "            float angleProportion = float(vertexId - 1u) / 254.0f;\n"
+		<< "            float angle = PI_2 * angleProportion;\n"
+		<< "            float xCoord = cos(angle) * RADIUS - 1.0;\n"
+		<< "            float yCoord = sin(angle) * RADIUS - 1.0;\n"
+		<< "            gl_MeshVerticesNV[vertexId].gl_Position = vec4(xCoord, yCoord, 0.0, 1.0);\n"
+		<< "            gl_PrimitiveIndicesNV[triangleId * 3u + 0u] = 0u;\n"
+		<< "            gl_PrimitiveIndicesNV[triangleId * 3u + 1u] = triangleId + 1u;\n"
+		<< "            gl_PrimitiveIndicesNV[triangleId * 3u + 2u] = triangleId + 2u;\n"
+		<< "            triangleColor[triangleId] = vec4(0.0f, 0.0f, 1.0f, 1.0f);\n"
+		<< "        } else {\n"
+		<< "            // The last iterations of the last invocation emit the first two vertices\n"
+		<< "            uint vertexId = triangleId - 254u;\n"
+		<< "            if (vertexId == 0u) {\n"
+		<< "                gl_MeshVerticesNV[0u].gl_Position = vec4(-1.0, -1.0, 0.0, 1.0);\n"
+		<< "            } else {\n"
+		<< "                gl_MeshVerticesNV[1u].gl_Position = vec4(RADIUS, -1.0, 0.0, 1.0);\n"
+		<< "            }\n"
+		<< "        }\n"
+		<< "    }\n"
+		<< "}\n"
+		;
+	programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+}
+
+void MaxTrianglesInstance::generateReferenceLevel ()
+{
+	generateSolidRefLevel(tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f), m_referenceLevel);
+}
+
+// Large work groups with many threads.
+class LargeWorkGroupCase : public MeshShaderMiscCase
+{
+public:
+					LargeWorkGroupCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+						: MeshShaderMiscCase (testCtx, name, description, std::move(params))
+					{}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+
+	static constexpr uint32_t kLocalInvocations = 32u;
+};
+
+class LargeWorkGroupInstance : public MeshShaderMiscInstance
+{
+public:
+	LargeWorkGroupInstance (Context& context, const MiscTestParams* params)
+		: MeshShaderMiscInstance (context, params)
+	{}
+
+	void	generateReferenceLevel	() override;
+};
+
+TestInstance* LargeWorkGroupCase::createInstance (Context& context) const
+{
+	return new LargeWorkGroupInstance(context, m_params.get());
+}
+
+void LargeWorkGroupInstance::generateReferenceLevel ()
+{
+	generateSolidRefLevel(tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f), m_referenceLevel);
+}
+
+void LargeWorkGroupCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const auto useTaskShader	= m_params->needsTaskShader();
+	const auto taskMultiplier	= (useTaskShader ? m_params->taskCount.get() : 1u);
+
+	// Add the frag shader.
+	MeshShaderMiscCase::initPrograms(programCollection);
+
+	std::ostringstream taskData;
+	taskData
+		<< "taskNV TaskData {\n"
+		<< "    uint parentTask[" << kLocalInvocations << "];\n"
+		<< "} td;\n"
+		;
+	const auto taskDataStr = taskData.str();
+
+	if (useTaskShader)
+	{
+		std::ostringstream task;
+		task
+			<< "#version 450\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=" << kLocalInvocations << ") in;\n"
+			<< "\n"
+			<< "out " << taskDataStr
+			<< "\n"
+			<< "void main () {\n"
+			<< "    gl_TaskCountNV = " << m_params->meshCount << ";\n"
+			<< "    td.parentTask[gl_LocalInvocationID.x] = gl_WorkGroupID.x;\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("task") << glu::TaskSource(task.str());
+	}
+
+	// Needed for the code below to work.
+	DE_ASSERT(m_params->width * m_params->height == taskMultiplier * m_params->meshCount * kLocalInvocations);
+	DE_UNREF(taskMultiplier); // For release builds.
+
+	// Emit one point per framebuffer pixel. The number of jobs (kLocalInvocations in each mesh shader work group, multiplied by the
+	// number of mesh work groups emitted by each task work group) must be the same as the total framebuffer size. Calculate a job
+	// ID corresponding to the current mesh shader invocation, and assign a pixel position to it. Draw a point at that position.
+	std::ostringstream mesh;
+	mesh
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout (local_size_x=" << kLocalInvocations << ") in;\n"
+		<< "layout (points) out;\n"
+		<< "layout (max_vertices=" << kLocalInvocations << ", max_primitives=" << kLocalInvocations << ") out;\n"
+		<< "\n"
+		<< (useTaskShader ? "in " + taskDataStr : "")
+		<< "\n"
+		<< "layout (location=0) out perprimitiveNV vec4 pointColor[];\n"
+		<< "\n"
+		<< "void main () {\n"
+		;
+
+	if (useTaskShader)
+	{
+		mesh
+			<< "    uint parentTask = td.parentTask[0];\n"
+			<< "    if (td.parentTask[gl_LocalInvocationID.x] != parentTask) {\n"
+			<< "        return;\n"
+			<< "    }\n"
+			;
+	}
+	else
+	{
+		mesh << "    uint parentTask = 0;\n";
+	}
+
+	mesh
+		<< "    gl_PrimitiveCountNV = " << kLocalInvocations << ";\n"
+		<< "    uint jobId = ((parentTask * " << m_params->meshCount << ") + gl_WorkGroupID.x) * " << kLocalInvocations << " + gl_LocalInvocationID.x;\n"
+		<< "    uint row = jobId / " << m_params->width << ";\n"
+		<< "    uint col = jobId % " << m_params->width << ";\n"
+		<< "    float yCoord = (float(row + 0.5) / " << m_params->height << ".0) * 2.0 - 1.0;\n"
+		<< "    float xCoord = (float(col + 0.5) / " << m_params->width << ".0) * 2.0 - 1.0;\n"
+		<< "    gl_MeshVerticesNV[gl_LocalInvocationID.x].gl_Position = vec4(xCoord, yCoord, 0.0, 1.0);\n"
+		<< "    gl_MeshVerticesNV[gl_LocalInvocationID.x].gl_PointSize = 1.0;\n"
+		<< "    gl_PrimitiveIndicesNV[gl_LocalInvocationID.x] = gl_LocalInvocationID.x;\n"
+		<< "    pointColor[gl_LocalInvocationID.x] = vec4(0.0, 0.0, 1.0, 1.0);\n"
+		<< "}\n"
+		;
+	programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+}
+
+// Tests that generate no primitives of a given type.
+enum class PrimitiveType { POINTS=0, LINES, TRIANGLES };
+
+std::string primitiveTypeName (PrimitiveType primitiveType)
+{
+	std::string primitiveName;
+
+	switch (primitiveType)
+	{
+	case PrimitiveType::POINTS:		primitiveName = "points";		break;
+	case PrimitiveType::LINES:		primitiveName = "lines";		break;
+	case PrimitiveType::TRIANGLES:	primitiveName = "triangles";	break;
+	default: DE_ASSERT(false); break;
+	}
+
+	return primitiveName;
+}
+
+struct NoPrimitivesParams : public MiscTestParams
+{
+	PrimitiveType primitiveType;
+};
+
+class NoPrimitivesCase : public MeshShaderMiscCase
+{
+public:
+					NoPrimitivesCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+						: MeshShaderMiscCase (testCtx, name, description, std::move(params))
+					{}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+};
+
+class NoPrimitivesInstance : public MeshShaderMiscInstance
+{
+public:
+	NoPrimitivesInstance (Context& context, const MiscTestParams* params)
+		: MeshShaderMiscInstance (context, params)
+	{}
+
+	void	generateReferenceLevel	() override;
+};
+
+void NoPrimitivesInstance::generateReferenceLevel ()
+{
+	// No primitives: clear color.
+	generateSolidRefLevel(tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f), m_referenceLevel);
+}
+
+TestInstance* NoPrimitivesCase::createInstance (Context& context) const
+{
+	return new NoPrimitivesInstance(context, m_params.get());
+}
+
+void NoPrimitivesCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const auto params = dynamic_cast<NoPrimitivesParams*>(m_params.get());
+
+	DE_ASSERT(params);
+	DE_ASSERT(!params->needsTaskShader());
+
+	const auto primitiveName = primitiveTypeName(params->primitiveType);
+
+	std::ostringstream mesh;
+	mesh
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout (local_size_x=32) in;\n"
+		<< "layout (" << primitiveName << ") out;\n"
+		<< "layout (max_vertices=256, max_primitives=256) out;\n"
+		<< "\n"
+		<< "layout (location=0) out perprimitiveNV vec4 primitiveColor[];\n"
+		<< "\n"
+		<< "void main () {\n"
+		<< "    gl_PrimitiveCountNV = 0u;\n"
+		<< "}\n"
+		;
+
+	MeshShaderMiscCase::initPrograms(programCollection);
+	programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+}
+
+class NoPrimitivesExtraWritesCase : public NoPrimitivesCase
+{
+public:
+					NoPrimitivesExtraWritesCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+						: NoPrimitivesCase (testCtx, name, description, std::move(params))
+					{}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+
+	static constexpr uint32_t kLocalInvocations = 32u;
+};
+
+void NoPrimitivesExtraWritesCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const auto params = dynamic_cast<NoPrimitivesParams*>(m_params.get());
+
+	DE_ASSERT(params);
+	DE_ASSERT(m_params->needsTaskShader());
+
+	std::ostringstream taskData;
+	taskData
+		<< "taskNV TaskData {\n"
+		<< "    uint localInvocations[" << kLocalInvocations << "];\n"
+		<< "} td;\n"
+		;
+	const auto taskDataStr = taskData.str();
+
+	std::ostringstream task;
+	task
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout (local_size_x=" << kLocalInvocations << ") in;\n"
+		<< "\n"
+		<< "out " << taskDataStr
+		<< "\n"
+		<< "void main () {\n"
+		<< "    gl_TaskCountNV = " << params->meshCount << ";\n"
+		<< "    td.localInvocations[gl_LocalInvocationID.x] = gl_LocalInvocationID.x;\n"
+		<< "}\n"
+		;
+	programCollection.glslSources.add("task") << glu::TaskSource(task.str());
+
+	const auto primitiveName = primitiveTypeName(params->primitiveType);
+
+	// Otherwise the shader would be illegal.
+	DE_ASSERT(kLocalInvocations > 2u);
+
+	uint32_t maxPrimitives = 0u;
+	switch (params->primitiveType)
+	{
+	case PrimitiveType::POINTS:		maxPrimitives = kLocalInvocations - 0u;	break;
+	case PrimitiveType::LINES:		maxPrimitives = kLocalInvocations - 1u;	break;
+	case PrimitiveType::TRIANGLES:	maxPrimitives = kLocalInvocations - 2u;	break;
+	default: DE_ASSERT(false); break;
+	}
+
+	const std::string pointSizeDecl	= ((params->primitiveType == PrimitiveType::POINTS)
+									? "        gl_MeshVerticesNV[gl_LocalInvocationID.x].gl_PointSize = 1.0;\n"
+									: "");
+
+	std::ostringstream mesh;
+	mesh
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout (local_size_x=" << kLocalInvocations << ") in;\n"
+		<< "layout (" << primitiveName << ") out;\n"
+		<< "layout (max_vertices=" << kLocalInvocations << ", max_primitives=" << maxPrimitives << ") out;\n"
+		<< "\n"
+		<< "in " << taskDataStr
+		<< "\n"
+		<< "layout (location=0) out perprimitiveNV vec4 primitiveColor[];\n"
+		<< "\n"
+		<< "shared uint sumOfIds;\n"
+		<< "\n"
+		<< "const float PI_2 = 1.57079632679489661923;\n"
+		<< "const float RADIUS = 1.0f;\n"
+		<< "\n"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "    sumOfIds = 0u;\n"
+		<< "    barrier();\n"
+		<< "    atomicAdd(sumOfIds, td.localInvocations[gl_LocalInvocationID.x]);\n"
+		<< "    barrier();\n"
+		<< "    // This should dynamically give 0\n"
+		<< "    gl_PrimitiveCountNV = sumOfIds - (" << kLocalInvocations * (kLocalInvocations - 1u) / 2u << ");\n"
+		<< "\n"
+		<< "    // Emit points and primitives to the arrays in any case\n"
+		<< "    if (gl_LocalInvocationID.x > 0u) {\n"
+		<< "        float proportion = (float(gl_LocalInvocationID.x - 1u) + 0.5f) / float(" << kLocalInvocations << " - 1u);\n"
+		<< "        float angle = PI_2 * proportion;\n"
+		<< "        float xCoord = cos(angle) * RADIUS - 1.0;\n"
+		<< "        float yCoord = sin(angle) * RADIUS - 1.0;\n"
+		<< "        gl_MeshVerticesNV[gl_LocalInvocationID.x].gl_Position = vec4(xCoord, yCoord, 0.0, 1.0);\n"
+		<< pointSizeDecl
+		<< "    } else {\n"
+		<< "        gl_MeshVerticesNV[gl_LocalInvocationID.x].gl_Position = vec4(0.0, 0.0, 0.0, 1.0);\n"
+		<< pointSizeDecl
+		<< "    }\n"
+		<< "    uint primitiveId = max(gl_LocalInvocationID.x, " << (maxPrimitives - 1u) << ");\n"
+		<< "    primitiveColor[primitiveId] = vec4(0.0, 0.0, 1.0, 1.0);\n"
+		;
+
+	if (params->primitiveType == PrimitiveType::POINTS)
+	{
+		mesh
+			<< "    gl_PrimitiveIndicesNV[primitiveId] = primitiveId;\n"
+			;
+	}
+	else if (params->primitiveType == PrimitiveType::LINES)
+	{
+		mesh
+			<< "    gl_PrimitiveIndicesNV[primitiveId * 2u + 0u] = primitiveId + 0u;\n"
+			<< "    gl_PrimitiveIndicesNV[primitiveId * 2u + 1u] = primitiveId + 1u;\n"
+			;
+	}
+	else if (params->primitiveType == PrimitiveType::TRIANGLES)
+	{
+		mesh
+			<< "    gl_PrimitiveIndicesNV[primitiveId * 3u + 0u] = 0u;\n"
+			<< "    gl_PrimitiveIndicesNV[primitiveId * 3u + 1u] = primitiveId + 1u;\n"
+			<< "    gl_PrimitiveIndicesNV[primitiveId * 3u + 2u] = primitiveId + 3u;\n"
+			;
+	}
+	else
+		DE_ASSERT(false);
+
+	mesh
+		<< "}\n"
+		;
+
+	programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+
+	MeshShaderMiscCase::initPrograms(programCollection);
+}
+
+// Case testing barrier().
+class SimpleBarrierCase : public MeshShaderMiscCase
+{
+public:
+					SimpleBarrierCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+						: MeshShaderMiscCase (testCtx, name, description, std::move(params))
+					{}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+
+	static constexpr uint32_t kLocalInvocations = 32u;
+};
+
+class SimpleBarrierInstance : public MeshShaderMiscInstance
+{
+public:
+	SimpleBarrierInstance (Context& context, const MiscTestParams* params)
+		: MeshShaderMiscInstance (context, params)
+	{}
+
+	void	generateReferenceLevel	() override;
+};
+
+TestInstance* SimpleBarrierCase::createInstance (Context& context) const
+{
+	return new SimpleBarrierInstance(context, m_params.get());
+}
+
+void SimpleBarrierInstance::generateReferenceLevel ()
+{
+	generateSolidRefLevel(tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f), m_referenceLevel);
+}
+
+void SimpleBarrierCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	// Generate frag shader.
+	MeshShaderMiscCase::initPrograms(programCollection);
+
+	DE_ASSERT(m_params->meshCount == 1u);
+	DE_ASSERT(m_params->width == 1u && m_params->height == 1u);
+
+	std::ostringstream meshPrimData;
+	meshPrimData
+			<< "gl_PrimitiveCountNV = 1u;\n"
+			<< "gl_MeshVerticesNV[0].gl_Position = vec4(0.0, 0.0, 0.0, 1.0);\n"
+			<< "gl_MeshVerticesNV[0].gl_PointSize = 1.0;\n"
+			<< "primitiveColor[0] = vec4(0.0, 0.0, 1.0, 1.0);\n"
+			<< "gl_PrimitiveIndicesNV[0] = 0;\n"
+			;
+	const std::string meshPrimStr	= meshPrimData.str();
+
+	const std::string taskOK		= "gl_TaskCountNV = 1u;\n";
+	const std::string taskFAIL		= "gl_TaskCountNV = 0u;\n";
+
+	const std::string meshOK		= meshPrimStr;
+	const std::string meshFAIL		= "gl_PrimitiveCountNV = 0u;\n";
+
+	const std::string okStatement	= (m_params->needsTaskShader() ? taskOK : meshOK);
+	const std::string failStatement	= (m_params->needsTaskShader() ? taskFAIL : meshFAIL);
+
+	const std::string	sharedDecl = "shared uint counter;\n\n";
+	std::ostringstream	verification;
+	verification
+		<< "counter = 0;\n"
+		<< "barrier();\n"
+		<< "atomicAdd(counter, 1u);\n"
+		<< "barrier();\n"
+		<< "if (gl_LocalInvocationID.x == 0u) {\n"
+		<< "    if (counter == " << kLocalInvocations << ") {\n"
+		<< "\n"
+		<< okStatement
+		<< "\n"
+		<< "    } else {\n"
+		<< "\n"
+		<< failStatement
+		<< "\n"
+		<< "    }\n"
+		<< "}\n"
+		;
+
+	// The mesh shader is very similar in both cases, so we use a template.
+	std::ostringstream meshTemplateStr;
+	meshTemplateStr
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout (local_size_x=${LOCAL_SIZE}) in;\n"
+		<< "layout (points) out;\n"
+		<< "layout (max_vertices=1, max_primitives=1) out;\n"
+		<< "\n"
+		<< "layout (location=0) out perprimitiveNV vec4 primitiveColor[];\n"
+		<< "\n"
+		<< "${GLOBALS:opt}"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "${BODY}"
+		<< "}\n"
+		;
+	const tcu::StringTemplate meshTemplate = meshTemplateStr.str();
+
+	if (m_params->needsTaskShader())
+	{
+		std::ostringstream task;
+		task
+			<< "#version 450\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=" << kLocalInvocations << ") in;\n"
+			<< "\n"
+			<< sharedDecl
+			<< "void main ()\n"
+			<< "{\n"
+			<< verification.str()
+			<< "}\n"
+			;
+
+		std::map<std::string, std::string> replacements;
+		replacements["LOCAL_SIZE"]	= "1";
+		replacements["BODY"]		= meshPrimStr;
+
+		const auto meshStr = meshTemplate.specialize(replacements);
+
+		programCollection.glslSources.add("task") << glu::TaskSource(task.str());
+		programCollection.glslSources.add("mesh") << glu::MeshSource(meshStr);
+	}
+	else
+	{
+		std::map<std::string, std::string> replacements;
+		replacements["LOCAL_SIZE"]	= std::to_string(kLocalInvocations);
+		replacements["BODY"]		= verification.str();
+		replacements["GLOBALS"]		= sharedDecl;
+
+		const auto meshStr = meshTemplate.specialize(replacements);
+
+		programCollection.glslSources.add("mesh") << glu::MeshSource(meshStr);
+	}
+}
+
+// Case testing memoryBarrierShared() and groupMemoryBarrier().
+enum class MemoryBarrierType { SHARED = 0, GROUP };
+
+struct MemoryBarrierParams : public MiscTestParams
+{
+	MemoryBarrierType memBarrierType;
+
+	std::string glslFunc () const
+	{
+		std::string funcName;
+
+		switch (memBarrierType)
+		{
+		case MemoryBarrierType::SHARED:		funcName = "memoryBarrierShared";	break;
+		case MemoryBarrierType::GROUP:		funcName = "groupMemoryBarrier";	break;
+		default: DE_ASSERT(false); break;
+		}
+
+		return funcName;
+	}
+
+};
+
+class MemoryBarrierCase : public MeshShaderMiscCase
+{
+public:
+					MemoryBarrierCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+						: MeshShaderMiscCase (testCtx, name, description, std::move(params))
+					{}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+
+	static constexpr uint32_t kLocalInvocations = 2u;
+};
+
+class MemoryBarrierInstance : public MeshShaderMiscInstance
+{
+public:
+	MemoryBarrierInstance (Context& context, const MiscTestParams* params)
+		: MeshShaderMiscInstance (context, params)
+	{}
+
+	void	generateReferenceLevel	() override;
+	bool	verifyResult			(const tcu::ConstPixelBufferAccess& resultAccess) const override;
+
+protected:
+	// Allow two possible outcomes.
+	std::unique_ptr<tcu::TextureLevel>	m_referenceLevel2;
+};
+
+TestInstance* MemoryBarrierCase::createInstance (Context& context) const
+{
+	return new MemoryBarrierInstance(context, m_params.get());
+}
+
+void MemoryBarrierInstance::generateReferenceLevel ()
+{
+	generateSolidRefLevel(tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f), m_referenceLevel);
+	generateSolidRefLevel(tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f), m_referenceLevel2);
+}
+
+bool MemoryBarrierInstance::verifyResult (const tcu::ConstPixelBufferAccess& resultAccess) const
+{
+	// Any of the two results is considered valid.
+	// Clarify what we are checking in the logs; otherwise, they could be confusing.
+	auto& log = m_context.getTestContext().getLog();
+	const std::vector<tcu::TextureLevel*> levels = { m_referenceLevel.get(), m_referenceLevel2.get() };
+
+	bool good = false;
+	for (size_t i = 0; i < levels.size(); ++i)
+	{
+		log << tcu::TestLog::Message << "Comparing result with reference " << i << "..." << tcu::TestLog::EndMessage;
+		const auto success = MeshShaderMiscInstance::verifyResult(resultAccess, *levels[i]);
+		if (success)
+		{
+			log << tcu::TestLog::Message << "Match! The test has passed" << tcu::TestLog::EndMessage;
+			good = true;
+			break;
+		}
+	}
+
+	return good;
+}
+
+void MemoryBarrierCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const auto params = dynamic_cast<MemoryBarrierParams*>(m_params.get());
+	DE_ASSERT(params);
+
+	// Generate frag shader.
+	MeshShaderMiscCase::initPrograms(programCollection);
+
+	DE_ASSERT(params->meshCount == 1u);
+	DE_ASSERT(params->width == 1u && params->height == 1u);
+
+	const bool taskShader = params->needsTaskShader();
+
+	const std::string	taskDataDecl	= "taskNV TaskData { float blue; } td;\n\n";
+	const std::string	inTaskData		= "in " + taskDataDecl;
+	const std::string	outTaskData		= "out " + taskDataDecl;
+	const auto			barrierFunc		= params->glslFunc();
+
+	std::ostringstream meshPrimData;
+	meshPrimData
+			<< "gl_PrimitiveCountNV = 1u;\n"
+			<< "gl_MeshVerticesNV[0].gl_Position = vec4(0.0, 0.0, 0.0, 1.0);\n"
+			<< "gl_MeshVerticesNV[0].gl_PointSize = 1.0;\n"
+			<< "primitiveColor[0] = vec4(0.0, 0.0, " << (taskShader ? "td.blue" : "float(iterations % 2u)") << ", 1.0);\n"
+			<< "gl_PrimitiveIndicesNV[0] = 0;\n"
+			;
+	const std::string meshPrimStr	= meshPrimData.str();
+
+	const std::string taskAction	= "gl_TaskCountNV = 1u;\ntd.blue = float(iterations % 2u);\n";
+	const std::string meshAction	= meshPrimStr;
+	const std::string action		= (taskShader ? taskAction : meshAction);
+
+	const std::string	sharedDecl = "shared uint flags[2];\n\n";
+	std::ostringstream	verification;
+	verification
+		<< "flags[gl_LocalInvocationID.x] = 0u;\n"
+		<< "barrier();\n"
+		<< "flags[gl_LocalInvocationID.x] = 1u;\n"
+		<<  barrierFunc << "();\n"
+		<< "uint otherInvocation = 1u - gl_LocalInvocationID.x;\n"
+		<< "uint iterations = 0u;\n"
+		<< "while (flags[otherInvocation] != 1u) {\n"
+		<< "    iterations++;\n"
+		<< "}\n"
+		<< "if (gl_LocalInvocationID.x == 0u) {\n"
+		<< "\n"
+		<< action
+		<< "\n"
+		<< "}\n"
+		;
+
+	// The mesh shader is very similar in both cases, so we use a template.
+	std::ostringstream meshTemplateStr;
+	meshTemplateStr
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout (local_size_x=${LOCAL_SIZE}) in;\n"
+		<< "layout (points) out;\n"
+		<< "layout (max_vertices=1, max_primitives=1) out;\n"
+		<< "\n"
+		<< "layout (location=0) out perprimitiveNV vec4 primitiveColor[];\n"
+		<< "\n"
+		<< "${GLOBALS}"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "${BODY}"
+		<< "}\n"
+		;
+	const tcu::StringTemplate meshTemplate = meshTemplateStr.str();
+
+	if (params->needsTaskShader())
+	{
+		std::ostringstream task;
+		task
+			<< "#version 450\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (local_size_x=" << kLocalInvocations << ") in;\n"
+			<< "\n"
+			<< sharedDecl
+			<< outTaskData
+			<< "void main ()\n"
+			<< "{\n"
+			<< verification.str()
+			<< "}\n"
+			;
+
+		std::map<std::string, std::string> replacements;
+		replacements["LOCAL_SIZE"]	= "1";
+		replacements["BODY"]		= meshPrimStr;
+		replacements["GLOBALS"]		= inTaskData;
+
+		const auto meshStr = meshTemplate.specialize(replacements);
+
+		programCollection.glslSources.add("task") << glu::TaskSource(task.str());
+		programCollection.glslSources.add("mesh") << glu::MeshSource(meshStr);
+	}
+	else
+	{
+		std::map<std::string, std::string> replacements;
+		replacements["LOCAL_SIZE"]	= std::to_string(kLocalInvocations);
+		replacements["BODY"]		= verification.str();
+		replacements["GLOBALS"]		= sharedDecl;
+
+		const auto meshStr = meshTemplate.specialize(replacements);
+
+		programCollection.glslSources.add("mesh") << glu::MeshSource(meshStr);
+	}
+}
+
+class CustomAttributesCase : public MeshShaderMiscCase
+{
+public:
+					CustomAttributesCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+						: MeshShaderMiscCase(testCtx, name, description, std::move(params)) {}
+	virtual			~CustomAttributesCase		(void) {}
+
+	TestInstance*	createInstance				(Context& context) const override;
+	void			checkSupport				(Context& context) const override;
+	void			initPrograms				(vk::SourceCollections& programCollection) const override;
+};
+
+class CustomAttributesInstance : public MeshShaderMiscInstance
+{
+public:
+						CustomAttributesInstance	(Context& context, const MiscTestParams* params)
+							: MeshShaderMiscInstance(context, params) {}
+	virtual				~CustomAttributesInstance	(void) {}
+
+	void				generateReferenceLevel		() override;
+	tcu::TestStatus		iterate						(void) override;
+};
+
+TestInstance* CustomAttributesCase::createInstance (Context& context) const
+{
+	return new CustomAttributesInstance(context, m_params.get());
+}
+
+void CustomAttributesCase::checkSupport (Context& context) const
+{
+	MeshShaderMiscCase::checkSupport(context);
+
+	context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_MULTI_VIEWPORT);
+	context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_SHADER_CLIP_DISTANCE);
+}
+
+void CustomAttributesCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	std::ostringstream frag;
+	frag
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout (location=0) in vec4 customAttribute1;\n"
+		<< "layout (location=1) in flat float customAttribute2;\n"
+		<< "layout (location=2) in flat int customAttribute3;\n"
+		<< "\n"
+		<< "layout (location=3) in perprimitiveNV flat uvec4 customAttribute4;\n"
+		<< "layout (location=4) in perprimitiveNV float customAttribute5;\n"
+		<< "\n"
+		<< "layout (location=0) out vec4 outColor;\n"
+		<< "\n"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "    bool goodPrimitiveID = (gl_PrimitiveID == 1000 || gl_PrimitiveID == 1001);\n"
+		<< "    bool goodViewportIndex = (gl_ViewportIndex == 1);\n"
+		<< "    bool goodCustom1 = (customAttribute1.x >= 0.25 && customAttribute1.x <= 0.5 &&\n"
+		<< "                        customAttribute1.y >= 0.5  && customAttribute1.y <= 1.0 &&\n"
+		<< "                        customAttribute1.z >= 10.0 && customAttribute1.z <= 20.0 &&\n"
+		<< "                        customAttribute1.w == 3.0);\n"
+		<< "    bool goodCustom2 = (customAttribute2 == 1.0 || customAttribute2 == 2.0);\n"
+		<< "    bool goodCustom3 = (customAttribute3 == 3 || customAttribute3 == 4);\n"
+		<< "    bool goodCustom4 = ((gl_PrimitiveID == 1000 && customAttribute4 == uvec4(100, 101, 102, 103)) ||\n"
+		<< "                        (gl_PrimitiveID == 1001 && customAttribute4 == uvec4(200, 201, 202, 203)));\n"
+		<< "    bool goodCustom5 = ((gl_PrimitiveID == 1000 && customAttribute5 == 6.0) ||\n"
+		<< "                        (gl_PrimitiveID == 1001 && customAttribute5 == 7.0));\n"
+		<< "    \n"
+		<< "    if (goodPrimitiveID && goodViewportIndex && goodCustom1 && goodCustom2 && goodCustom3 && goodCustom4 && goodCustom5) {\n"
+		<< "        outColor = vec4(0.0, 0.0, 1.0, 1.0);\n"
+		<< "    } else {\n"
+		<< "        outColor = vec4(0.0, 0.0, 0.0, 1.0);\n"
+		<< "    }\n"
+		<< "}\n"
+		;
+	programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str());
+
+	std::ostringstream pvdDataDeclStream;
+	pvdDataDeclStream
+		<< "    vec4 positions[4];\n"
+		<< "    float pointSizes[4];\n"
+		<< "    float clipDistances[4];\n"
+		<< "    vec4 custom1[4];\n"
+		<< "    float custom2[4];\n"
+		<< "    int custom3[4];\n"
+		;
+	const auto pvdDataDecl = pvdDataDeclStream.str();
+
+	std::ostringstream ppdDataDeclStream;
+	ppdDataDeclStream
+		<< "    int primitiveIds[2];\n"
+		<< "    int viewportIndices[2];\n"
+		<< "    uvec4 custom4[2];\n"
+		<< "    float custom5[2];\n"
+		;
+	const auto ppdDataDecl = ppdDataDeclStream.str();
+
+	std::ostringstream bindingsDeclStream;
+	bindingsDeclStream
+		<< "layout (set=0, binding=0, std430) buffer PerVertexData {\n"
+		<< pvdDataDecl
+		<< "} pvd;\n"
+		<< "layout (set=0, binding=1) uniform PerPrimitiveData {\n"
+		<< ppdDataDecl
+		<< "} ppd;\n"
+		<< "\n"
+		;
+	const auto bindingsDecl = bindingsDeclStream.str();
+
+	std::ostringstream taskDataStream;
+	taskDataStream
+		<< "taskNV TaskData {\n"
+		<< pvdDataDecl
+		<< ppdDataDecl
+		<< "} td;\n"
+		<< "\n"
+		;
+	const auto taskDataDecl = taskDataStream.str();
+
+	const auto taskShader = m_params->needsTaskShader();
+
+	const auto meshPvdPrefix = (taskShader ? "td" : "pvd");
+	const auto meshPpdPrefix = (taskShader ? "td" : "ppd");
+
+	std::ostringstream mesh;
+	mesh
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout (local_size_x=1) in;\n"
+		<< "layout (max_primitives=2, max_vertices=4) out;\n"
+		<< "layout (triangles) out;\n"
+		<< "\n"
+		<< "out gl_MeshPerVertexNV {\n"
+		<< "    vec4  gl_Position;\n"
+		<< "    float gl_PointSize;\n"
+		<< "    float gl_ClipDistance[1];\n"
+		<< "} gl_MeshVerticesNV[];\n"
+		<< "\n"
+		<< "layout (location=0) out vec4 customAttribute1[];\n"
+		<< "layout (location=1) out flat float customAttribute2[];\n"
+		<< "layout (location=2) out int customAttribute3[];\n"
+		<< "\n"
+		<< "layout (location=3) out perprimitiveNV uvec4 customAttribute4[];\n"
+		<< "layout (location=4) out perprimitiveNV float customAttribute5[];\n"
+		<< "\n"
+		<< "out perprimitiveNV gl_MeshPerPrimitiveNV {\n"
+		<< "  int gl_PrimitiveID;\n"
+		<< "  int gl_ViewportIndex;\n"
+		<< "} gl_MeshPrimitivesNV[];\n"
+		<< "\n"
+		<< (taskShader ? "in " + taskDataDecl : bindingsDecl)
+		<< "void main ()\n"
+		<< "{\n"
+		<< "    gl_PrimitiveCountNV = 2u;\n"
+		<< "\n"
+		<< "    gl_MeshVerticesNV[0].gl_Position = " << meshPvdPrefix << ".positions[0]; //vec4(-1.0, -1.0, 0.0, 1.0)\n"
+		<< "    gl_MeshVerticesNV[1].gl_Position = " << meshPvdPrefix << ".positions[1]; //vec4( 1.0, -1.0, 0.0, 1.0)\n"
+		<< "    gl_MeshVerticesNV[2].gl_Position = " << meshPvdPrefix << ".positions[2]; //vec4(-1.0,  1.0, 0.0, 1.0)\n"
+		<< "    gl_MeshVerticesNV[3].gl_Position = " << meshPvdPrefix << ".positions[3]; //vec4( 1.0,  1.0, 0.0, 1.0)\n"
+		<< "\n"
+		<< "    gl_MeshVerticesNV[0].gl_PointSize = " << meshPvdPrefix << ".pointSizes[0]; //1.0\n"
+		<< "    gl_MeshVerticesNV[1].gl_PointSize = " << meshPvdPrefix << ".pointSizes[1]; //1.0\n"
+		<< "    gl_MeshVerticesNV[2].gl_PointSize = " << meshPvdPrefix << ".pointSizes[2]; //1.0\n"
+		<< "    gl_MeshVerticesNV[3].gl_PointSize = " << meshPvdPrefix << ".pointSizes[3]; //1.0\n"
+		<< "\n"
+		<< "    // Remove geometry on the right side.\n"
+		<< "    gl_MeshVerticesNV[0].gl_ClipDistance[0] = " << meshPvdPrefix << ".clipDistances[0]; // 1.0\n"
+		<< "    gl_MeshVerticesNV[1].gl_ClipDistance[0] = " << meshPvdPrefix << ".clipDistances[1]; //-1.0\n"
+		<< "    gl_MeshVerticesNV[2].gl_ClipDistance[0] = " << meshPvdPrefix << ".clipDistances[2]; // 1.0\n"
+		<< "    gl_MeshVerticesNV[3].gl_ClipDistance[0] = " << meshPvdPrefix << ".clipDistances[3]; //-1.0\n"
+		<< "    \n"
+		<< "    gl_PrimitiveIndicesNV[0] = 0;\n"
+		<< "    gl_PrimitiveIndicesNV[1] = 2;\n"
+		<< "    gl_PrimitiveIndicesNV[2] = 1;\n"
+		<< "\n"
+		<< "    gl_PrimitiveIndicesNV[3] = 2;\n"
+		<< "    gl_PrimitiveIndicesNV[4] = 3;\n"
+		<< "    gl_PrimitiveIndicesNV[5] = 1;\n"
+		<< "\n"
+		<< "    gl_MeshPrimitivesNV[0].gl_PrimitiveID = " << meshPpdPrefix << ".primitiveIds[0]; //1000\n"
+		<< "    gl_MeshPrimitivesNV[1].gl_PrimitiveID = " << meshPpdPrefix << ".primitiveIds[1]; //1001\n"
+		<< "\n"
+		<< "    gl_MeshPrimitivesNV[0].gl_ViewportIndex = " << meshPpdPrefix << ".viewportIndices[0]; //1\n"
+		<< "    gl_MeshPrimitivesNV[1].gl_ViewportIndex = " << meshPpdPrefix << ".viewportIndices[1]; //1\n"
+		<< "\n"
+		<< "    // Custom per-vertex attributes\n"
+		<< "    customAttribute1[0] = " << meshPvdPrefix << ".custom1[0]; //vec4(0.25, 0.5, 10.0, 3.0)\n"
+		<< "    customAttribute1[1] = " << meshPvdPrefix << ".custom1[1]; //vec4(0.25, 1.0, 20.0, 3.0)\n"
+		<< "    customAttribute1[2] = " << meshPvdPrefix << ".custom1[2]; //vec4( 0.5, 0.5, 20.0, 3.0)\n"
+		<< "    customAttribute1[3] = " << meshPvdPrefix << ".custom1[3]; //vec4( 0.5, 1.0, 10.0, 3.0)\n"
+		<< "\n"
+		<< "    customAttribute2[0] = " << meshPvdPrefix << ".custom2[0]; //1.0f\n"
+		<< "    customAttribute2[1] = " << meshPvdPrefix << ".custom2[1]; //1.0f\n"
+		<< "    customAttribute2[2] = " << meshPvdPrefix << ".custom2[2]; //2.0f\n"
+		<< "    customAttribute2[3] = " << meshPvdPrefix << ".custom2[3]; //2.0f\n"
+		<< "\n"
+		<< "    customAttribute3[0] = " << meshPvdPrefix << ".custom3[0]; //3\n"
+		<< "    customAttribute3[1] = " << meshPvdPrefix << ".custom3[1]; //3\n"
+		<< "    customAttribute3[2] = " << meshPvdPrefix << ".custom3[2]; //4\n"
+		<< "    customAttribute3[3] = " << meshPvdPrefix << ".custom3[3]; //4\n"
+		<< "\n"
+		<< "    // Custom per-primitive attributes.\n"
+		<< "    customAttribute4[0] = " << meshPpdPrefix << ".custom4[0]; //uvec4(100, 101, 102, 103)\n"
+		<< "    customAttribute4[1] = " << meshPpdPrefix << ".custom4[1]; //uvec4(200, 201, 202, 203)\n"
+		<< "\n"
+		<< "    customAttribute5[0] = " << meshPpdPrefix << ".custom5[0]; //6.0\n"
+		<< "    customAttribute5[1] = " << meshPpdPrefix << ".custom5[1]; //7.0\n"
+		<< "}\n"
+		;
+	programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+
+	if (taskShader)
+	{
+		std::ostringstream task;
+		task
+			<< "#version 450\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "out " << taskDataDecl
+			<< bindingsDecl
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_TaskCountNV = " << m_params->meshCount << ";\n"
+			<< "\n"
+			<< "    td.positions[0] = pvd.positions[0];\n"
+			<< "    td.positions[1] = pvd.positions[1];\n"
+			<< "    td.positions[2] = pvd.positions[2];\n"
+			<< "    td.positions[3] = pvd.positions[3];\n"
+			<< "\n"
+			<< "    td.pointSizes[0] = pvd.pointSizes[0];\n"
+			<< "    td.pointSizes[1] = pvd.pointSizes[1];\n"
+			<< "    td.pointSizes[2] = pvd.pointSizes[2];\n"
+			<< "    td.pointSizes[3] = pvd.pointSizes[3];\n"
+			<< "\n"
+			<< "    td.clipDistances[0] = pvd.clipDistances[0];\n"
+			<< "    td.clipDistances[1] = pvd.clipDistances[1];\n"
+			<< "    td.clipDistances[2] = pvd.clipDistances[2];\n"
+			<< "    td.clipDistances[3] = pvd.clipDistances[3];\n"
+			<< "\n"
+			<< "    td.custom1[0] = pvd.custom1[0];\n"
+			<< "    td.custom1[1] = pvd.custom1[1];\n"
+			<< "    td.custom1[2] = pvd.custom1[2];\n"
+			<< "    td.custom1[3] = pvd.custom1[3];\n"
+			<< "\n"
+			<< "    td.custom2[0] = pvd.custom2[0];\n"
+			<< "    td.custom2[1] = pvd.custom2[1];\n"
+			<< "    td.custom2[2] = pvd.custom2[2];\n"
+			<< "    td.custom2[3] = pvd.custom2[3];\n"
+			<< "\n"
+			<< "    td.custom3[0] = pvd.custom3[0];\n"
+			<< "    td.custom3[1] = pvd.custom3[1];\n"
+			<< "    td.custom3[2] = pvd.custom3[2];\n"
+			<< "    td.custom3[3] = pvd.custom3[3];\n"
+			<< "\n"
+			<< "    td.primitiveIds[0] = ppd.primitiveIds[0];\n"
+			<< "    td.primitiveIds[1] = ppd.primitiveIds[1];\n"
+			<< "\n"
+			<< "    td.viewportIndices[0] = ppd.viewportIndices[0];\n"
+			<< "    td.viewportIndices[1] = ppd.viewportIndices[1];\n"
+			<< "\n"
+			<< "    td.custom4[0] = ppd.custom4[0];\n"
+			<< "    td.custom4[1] = ppd.custom4[1];\n"
+			<< "\n"
+			<< "    td.custom5[0] = ppd.custom5[0];\n"
+			<< "    td.custom5[1] = ppd.custom5[1];\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("task") << glu::TaskSource(task.str());
+	}
+}
+
+void CustomAttributesInstance::generateReferenceLevel ()
+{
+	const auto format		= getOutputFormat();
+	const auto tcuFormat	= mapVkFormat(format);
+
+	const auto iWidth		= static_cast<int>(m_params->width);
+	const auto iHeight		= static_cast<int>(m_params->height);
+
+	const auto halfWidth	= iWidth / 2;
+	const auto halfHeight	= iHeight / 2;
+
+	m_referenceLevel.reset(new tcu::TextureLevel(tcuFormat, iWidth, iHeight));
+
+	const auto access		= m_referenceLevel->getAccess();
+	const auto clearColor	= tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f);
+	const auto blueColor	= tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f);
+
+	tcu::clear(access, clearColor);
+
+	// Fill the top left quarter.
+	for (int y = 0; y < halfWidth; ++y)
+	for (int x = 0; x < halfHeight; ++x)
+	{
+		access.setPixel(blueColor, x, y);
+	}
+}
+
+tcu::TestStatus CustomAttributesInstance::iterate ()
+{
+	struct PerVertexData
+	{
+		tcu::Vec4	positions[4];
+		float		pointSizes[4];
+		float		clipDistances[4];
+		tcu::Vec4	custom1[4];
+		float		custom2[4];
+		int32_t		custom3[4];
+	};
+
+	struct PerPrimitiveData
+	{
+		// Note some of these are declared as vectors to match the std140 layout.
+		tcu::IVec4	primitiveIds[2];
+		tcu::IVec4	viewportIndices[2];
+		tcu::UVec4	custom4[2];
+		tcu::Vec4	custom5[2];
+	};
+
+	const auto&		vkd			= m_context.getDeviceInterface();
+	const auto		device		= m_context.getDevice();
+	auto&			alloc		= m_context.getDefaultAllocator();
+	const auto		queueIndex	= m_context.getUniversalQueueFamilyIndex();
+	const auto		queue		= m_context.getUniversalQueue();
+
+	const auto		imageFormat	= getOutputFormat();
+	const auto		tcuFormat	= mapVkFormat(imageFormat);
+	const auto		imageExtent	= makeExtent3D(m_params->width, m_params->height, 1u);
+	const auto		imageUsage	= (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT);
+
+	const auto&		binaries	= m_context.getBinaryCollection();
+	const auto		hasTask		= binaries.contains("task");
+	const auto		bufStages	= (hasTask ? VK_SHADER_STAGE_TASK_BIT_NV : VK_SHADER_STAGE_MESH_BIT_NV);
+
+	const VkImageCreateInfo colorBufferInfo =
+	{
+		VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,	//	VkStructureType			sType;
+		nullptr,								//	const void*				pNext;
+		0u,										//	VkImageCreateFlags		flags;
+		VK_IMAGE_TYPE_2D,						//	VkImageType				imageType;
+		imageFormat,							//	VkFormat				format;
+		imageExtent,							//	VkExtent3D				extent;
+		1u,										//	uint32_t				mipLevels;
+		1u,										//	uint32_t				arrayLayers;
+		VK_SAMPLE_COUNT_1_BIT,					//	VkSampleCountFlagBits	samples;
+		VK_IMAGE_TILING_OPTIMAL,				//	VkImageTiling			tiling;
+		imageUsage,								//	VkImageUsageFlags		usage;
+		VK_SHARING_MODE_EXCLUSIVE,				//	VkSharingMode			sharingMode;
+		0u,										//	uint32_t				queueFamilyIndexCount;
+		nullptr,								//	const uint32_t*			pQueueFamilyIndices;
+		VK_IMAGE_LAYOUT_UNDEFINED,				//	VkImageLayout			initialLayout;
+	};
+
+	// Create color image and view.
+	ImageWithMemory	colorImage	(vkd, device, alloc, colorBufferInfo, MemoryRequirement::Any);
+	const auto		colorSRR	= makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u);
+	const auto		colorSRL	= makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, 1u);
+	const auto		colorView	= makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR);
+
+	// Create a memory buffer for verification.
+	const auto			verificationBufferSize	= static_cast<VkDeviceSize>(imageExtent.width * imageExtent.height * tcu::getPixelSize(tcuFormat));
+	const auto			verificationBufferUsage	= (VK_BUFFER_USAGE_TRANSFER_DST_BIT);
+	const auto			verificationBufferInfo	= makeBufferCreateInfo(verificationBufferSize, verificationBufferUsage);
+
+	BufferWithMemory	verificationBuffer		(vkd, device, alloc, verificationBufferInfo, MemoryRequirement::HostVisible);
+	auto&				verificationBufferAlloc	= verificationBuffer.getAllocation();
+	void*				verificationBufferData	= verificationBufferAlloc.getHostPtr();
+
+	// This needs to match what the fragment shader will expect.
+	const PerVertexData perVertexData =
+	{
+		//	tcu::Vec4	positions[4];
+		{
+			tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f),
+			tcu::Vec4( 1.0f, -1.0f, 0.0f, 1.0f),
+			tcu::Vec4(-1.0f,  1.0f, 0.0f, 1.0f),
+			tcu::Vec4( 1.0f,  1.0f, 0.0f, 1.0f),
+		},
+		//	float		pointSizes[4];
+		{ 1.0f, 1.0f, 1.0f, 1.0f, },
+		//	float		clipDistances[4];
+		{
+			1.0f,
+			-1.0f,
+			1.0f,
+			-1.0f,
+		},
+		//	tcu::Vec4	custom1[4];
+		{
+			tcu::Vec4(0.25, 0.5, 10.0, 3.0),
+			tcu::Vec4(0.25, 1.0, 20.0, 3.0),
+			tcu::Vec4( 0.5, 0.5, 20.0, 3.0),
+			tcu::Vec4( 0.5, 1.0, 10.0, 3.0),
+		},
+		//	float		custom2[4];
+		{ 1.0f, 1.0f, 2.0f, 2.0f, },
+		//	int32_t		custom3[4];
+		{ 3, 3, 4, 4 },
+	};
+
+	// This needs to match what the fragment shader will expect. Reminder: some of these are declared as gvec4 to match the std140
+	// layout, but only the first component is actually used.
+	const PerPrimitiveData perPrimitiveData =
+	{
+		//	int			primitiveIds[2];
+		{
+			tcu::IVec4(1000, 0, 0, 0),
+			tcu::IVec4(1001, 0, 0, 0),
+		},
+		//	int			viewportIndices[2];
+		{
+			tcu::IVec4(1, 0, 0, 0),
+			tcu::IVec4(1, 0, 0, 0),
+		},
+		//	uvec4		custom4[2];
+		{
+			tcu::UVec4(100u, 101u, 102u, 103u),
+			tcu::UVec4(200u, 201u, 202u, 203u),
+		},
+		//	float		custom5[2];
+		{
+			tcu::Vec4(6.0f, 0.0f, 0.0f, 0.0f),
+			tcu::Vec4(7.0f, 0.0f, 0.0f, 0.0f),
+		},
+	};
+
+	// Create and fill buffers with this data.
+	const auto			pvdSize		= static_cast<VkDeviceSize>(sizeof(perVertexData));
+	const auto			pvdInfo		= makeBufferCreateInfo(pvdSize, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT);
+	BufferWithMemory	pvdData		(vkd, device, alloc, pvdInfo, MemoryRequirement::HostVisible);
+	auto&				pvdAlloc	= pvdData.getAllocation();
+	void*				pvdPtr		= pvdAlloc.getHostPtr();
+
+	const auto			ppdSize		= static_cast<VkDeviceSize>(sizeof(perPrimitiveData));
+	const auto			ppdInfo		= makeBufferCreateInfo(ppdSize, VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT);
+	BufferWithMemory	ppdData		(vkd, device, alloc, ppdInfo, MemoryRequirement::HostVisible);
+	auto&				ppdAlloc	= ppdData.getAllocation();
+	void*				ppdPtr		= ppdAlloc.getHostPtr();
+
+	deMemcpy(pvdPtr, &perVertexData, sizeof(perVertexData));
+	deMemcpy(ppdPtr, &perPrimitiveData, sizeof(perPrimitiveData));
+
+	flushAlloc(vkd, device, pvdAlloc);
+	flushAlloc(vkd, device, ppdAlloc);
+
+	// Descriptor set layout.
+	DescriptorSetLayoutBuilder setLayoutBuilder;
+	setLayoutBuilder.addSingleBinding(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, bufStages);
+	setLayoutBuilder.addSingleBinding(VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, bufStages);
+	const auto setLayout = setLayoutBuilder.build(vkd, device);
+
+	// Create and update descriptor set.
+	DescriptorPoolBuilder descriptorPoolBuilder;
+	descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER);
+	descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER);
+	const auto descriptorPool	= descriptorPoolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u);
+	const auto descriptorSet	= makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get());
+
+	DescriptorSetUpdateBuilder updateBuilder;
+	const auto storageBufferInfo = makeDescriptorBufferInfo(pvdData.get(), 0ull, pvdSize);
+	const auto uniformBufferInfo = makeDescriptorBufferInfo(ppdData.get(), 0ull, ppdSize);
+	updateBuilder.writeSingle(descriptorSet.get(), DescriptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &storageBufferInfo);
+	updateBuilder.writeSingle(descriptorSet.get(), DescriptorSetUpdateBuilder::Location::binding(1u), VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, &uniformBufferInfo);
+	updateBuilder.update(vkd, device);
+
+	// Pipeline layout.
+	const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get());
+
+	// Shader modules.
+	const auto	meshShader	= createShaderModule(vkd, device, binaries.get("mesh"));
+	const auto	fragShader	= createShaderModule(vkd, device, binaries.get("frag"));
+
+	Move<VkShaderModule> taskShader;
+	if (hasTask)
+		taskShader = createShaderModule(vkd, device, binaries.get("task"));
+
+	// Render pass.
+	const auto renderPass = makeRenderPass(vkd, device, imageFormat);
+
+	// Framebuffer.
+	const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorView.get(), imageExtent.width, imageExtent.height);
+
+	// Viewport and scissor.
+	const auto						topHalf		= makeViewport(imageExtent.width, imageExtent.height / 2u);
+	const std::vector<VkViewport>	viewports	{ makeViewport(imageExtent), topHalf };
+	const std::vector<VkRect2D>		scissors	(2u, makeRect2D(imageExtent));
+
+	const auto pipeline = makeGraphicsPipeline(vkd, device, pipelineLayout.get(),
+		taskShader.get(), meshShader.get(), fragShader.get(),
+		renderPass.get(), viewports, scissors);
+
+	// Command pool and buffer.
+	const auto cmdPool		= makeCommandPool(vkd, device, queueIndex);
+	const auto cmdBufferPtr	= allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY);
+	const auto cmdBuffer	= cmdBufferPtr.get();
+
+	beginCommandBuffer(vkd, cmdBuffer);
+
+	// Run pipeline.
+	const tcu::Vec4 clearColor (0.0f, 0.0f, 0.0f, 0.0f);
+	beginRenderPass(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0u), clearColor);
+	vkd.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline.get());
+	vkd.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipelineLayout.get(), 0u, 1u, &descriptorSet.get(), 0u, nullptr);
+	vkd.cmdDrawMeshTasksNV(cmdBuffer, m_params->drawCount(), 0u);
+	endRenderPass(vkd, cmdBuffer);
+
+	// Copy color buffer to verification buffer.
+	const auto colorAccess		= (VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT | VK_ACCESS_COLOR_ATTACHMENT_READ_BIT);
+	const auto transferRead		= VK_ACCESS_TRANSFER_READ_BIT;
+	const auto transferWrite	= VK_ACCESS_TRANSFER_WRITE_BIT;
+	const auto hostRead			= VK_ACCESS_HOST_READ_BIT;
+
+	const auto preCopyBarrier	= makeImageMemoryBarrier(colorAccess, transferRead, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorImage.get(), colorSRR);
+	const auto postCopyBarrier	= makeMemoryBarrier(transferWrite, hostRead);
+	const auto copyRegion		= makeBufferImageCopy(imageExtent, colorSRL);
+
+	vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, 0u, 0u, nullptr, 0u, nullptr, 1u, &preCopyBarrier);
+	vkd.cmdCopyImageToBuffer(cmdBuffer, colorImage.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, verificationBuffer.get(), 1u, &copyRegion);
+	vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_HOST_BIT, 0u, 1u, &postCopyBarrier, 0u, nullptr, 0u, nullptr);
+
+	endCommandBuffer(vkd, cmdBuffer);
+	submitCommandsAndWait(vkd, device, queue, cmdBuffer);
+
+	// Generate reference image and compare results.
+	const tcu::IVec3					iExtent				(static_cast<int>(imageExtent.width), static_cast<int>(imageExtent.height), 1);
+	const tcu::ConstPixelBufferAccess	verificationAccess	(tcuFormat, iExtent, verificationBufferData);
+
+	generateReferenceLevel();
+	invalidateAlloc(vkd, device, verificationBufferAlloc);
+	if (!verifyResult(verificationAccess))
+		TCU_FAIL("Result does not match reference; check log for details");
+
+	return tcu::TestStatus::pass("Pass");
+}
+
+// Tests that use push constants in the new stages.
+class PushConstantCase : public MeshShaderMiscCase
+{
+public:
+					PushConstantCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description, ParamsPtr params)
+						: MeshShaderMiscCase (testCtx, name, description, std::move(params))
+					{}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+};
+
+class PushConstantInstance : public MeshShaderMiscInstance
+{
+public:
+	PushConstantInstance (Context& context, const MiscTestParams* params)
+		: MeshShaderMiscInstance (context, params)
+	{}
+
+	void			generateReferenceLevel	() override;
+	tcu::TestStatus	iterate					() override;
+};
+
+TestInstance* PushConstantCase::createInstance (Context& context) const
+{
+	return new PushConstantInstance(context, m_params.get());
+}
+
+void PushConstantInstance::generateReferenceLevel ()
+{
+	generateSolidRefLevel(tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f), m_referenceLevel);
+}
+
+void PushConstantCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const auto useTaskShader	= m_params->needsTaskShader();
+	const auto pcNumFloats		= (useTaskShader ? 2u : 4u);
+
+	std::ostringstream pushConstantStream;
+	pushConstantStream
+		<< "layout (push_constant, std430) uniform PushConstantBlock {\n"
+		<< "    layout (offset=${PCOFFSET}) float values[" << pcNumFloats << "];\n"
+		<< "} pc;\n"
+		<< "\n"
+		;
+	const tcu::StringTemplate pushConstantsTemplate (pushConstantStream.str());
+	using TemplateMap = std::map<std::string, std::string>;
+
+	std::ostringstream taskDataStream;
+	taskDataStream
+		<< "taskNV TaskData {\n"
+		<< "    float values[2];\n"
+		<< "} td;\n"
+		<< "\n"
+		;
+	const auto taskDataDecl = taskDataStream.str();
+
+	if (useTaskShader)
+	{
+		TemplateMap taskMap;
+		taskMap["PCOFFSET"] = std::to_string(2u * sizeof(float));
+
+		std::ostringstream task;
+		task
+			<< "#version 450\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout(local_size_x=1) in;\n"
+			<< "\n"
+			<< "out " << taskDataDecl
+			<< pushConstantsTemplate.specialize(taskMap)
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_TaskCountNV = " << m_params->meshCount << ";\n"
+			<< "\n"
+			<< "    td.values[0] = pc.values[0];\n"
+			<< "    td.values[1] = pc.values[1];\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("task") << glu::TaskSource(task.str());
+	}
+
+	{
+		const std::string blue	= (useTaskShader ? "td.values[0] + pc.values[0]" : "pc.values[0] + pc.values[2]");
+		const std::string alpha	= (useTaskShader ? "td.values[1] + pc.values[1]" : "pc.values[1] + pc.values[3]");
+
+		TemplateMap meshMap;
+		meshMap["PCOFFSET"] = "0";
+
+		std::ostringstream mesh;
+		mesh
+			<< "#version 450\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout(local_size_x=1) in;\n"
+			<< "layout(triangles) out;\n"
+			<< "layout(max_vertices=3, max_primitives=1) out;\n"
+			<< "\n"
+			<< "layout (location=0) out perprimitiveNV vec4 triangleColor[];\n"
+			<< "\n"
+			<< pushConstantsTemplate.specialize(meshMap)
+			<< (useTaskShader ? "in " + taskDataDecl : "")
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_PrimitiveCountNV = 1;\n"
+			<< "\n"
+			<< "    gl_MeshVerticesNV[0].gl_Position = vec4(-1.0, -1.0, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[1].gl_Position = vec4( 3.0, -1.0, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[2].gl_Position = vec4(-1.0,  3.0, 0.0, 1.0);\n"
+			<< "\n"
+			<< "    gl_PrimitiveIndicesNV[0] = 0;\n"
+			<< "    gl_PrimitiveIndicesNV[1] = 1;\n"
+			<< "    gl_PrimitiveIndicesNV[2] = 2;\n"
+			<< "\n"
+			<< "    triangleColor[0] = vec4(0.0, 0.0, " << blue << ", " << alpha << ");\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+
+	// Add default fragment shader.
+	MeshShaderMiscCase::initPrograms(programCollection);
+}
+
+tcu::TestStatus PushConstantInstance::iterate ()
+{
+	const auto&		vkd			= m_context.getDeviceInterface();
+	const auto		device		= m_context.getDevice();
+	auto&			alloc		= m_context.getDefaultAllocator();
+	const auto		queueIndex	= m_context.getUniversalQueueFamilyIndex();
+	const auto		queue		= m_context.getUniversalQueue();
+
+	const auto		imageFormat	= getOutputFormat();
+	const auto		tcuFormat	= mapVkFormat(imageFormat);
+	const auto		imageExtent	= makeExtent3D(m_params->width, m_params->height, 1u);
+	const auto		imageUsage	= (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT);
+
+	const auto&		binaries	= m_context.getBinaryCollection();
+	const auto		hasTask		= binaries.contains("task");
+
+	const VkImageCreateInfo colorBufferInfo =
+	{
+		VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,	//	VkStructureType			sType;
+		nullptr,								//	const void*				pNext;
+		0u,										//	VkImageCreateFlags		flags;
+		VK_IMAGE_TYPE_2D,						//	VkImageType				imageType;
+		imageFormat,							//	VkFormat				format;
+		imageExtent,							//	VkExtent3D				extent;
+		1u,										//	uint32_t				mipLevels;
+		1u,										//	uint32_t				arrayLayers;
+		VK_SAMPLE_COUNT_1_BIT,					//	VkSampleCountFlagBits	samples;
+		VK_IMAGE_TILING_OPTIMAL,				//	VkImageTiling			tiling;
+		imageUsage,								//	VkImageUsageFlags		usage;
+		VK_SHARING_MODE_EXCLUSIVE,				//	VkSharingMode			sharingMode;
+		0u,										//	uint32_t				queueFamilyIndexCount;
+		nullptr,								//	const uint32_t*			pQueueFamilyIndices;
+		VK_IMAGE_LAYOUT_UNDEFINED,				//	VkImageLayout			initialLayout;
+	};
+
+	// Create color image and view.
+	ImageWithMemory	colorImage	(vkd, device, alloc, colorBufferInfo, MemoryRequirement::Any);
+	const auto		colorSRR	= makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u);
+	const auto		colorSRL	= makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, 1u);
+	const auto		colorView	= makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR);
+
+	// Create a memory buffer for verification.
+	const auto			verificationBufferSize	= static_cast<VkDeviceSize>(imageExtent.width * imageExtent.height * tcu::getPixelSize(tcuFormat));
+	const auto			verificationBufferUsage	= (VK_BUFFER_USAGE_TRANSFER_DST_BIT);
+	const auto			verificationBufferInfo	= makeBufferCreateInfo(verificationBufferSize, verificationBufferUsage);
+
+	BufferWithMemory	verificationBuffer		(vkd, device, alloc, verificationBufferInfo, MemoryRequirement::HostVisible);
+	auto&				verificationBufferAlloc	= verificationBuffer.getAllocation();
+	void*				verificationBufferData	= verificationBufferAlloc.getHostPtr();
+
+	// Push constant ranges.
+	std::vector<float> pcData { 0.25f, 0.25f, 0.75f, 0.75f };
+	const auto pcSize		= static_cast<uint32_t>(de::dataSize(pcData));
+	const auto pcHalfSize	= pcSize / 2u;
+
+	std::vector<VkPushConstantRange> pcRanges;
+	if (hasTask)
+	{
+		pcRanges.push_back(makePushConstantRange(VK_SHADER_STAGE_MESH_BIT_NV, 0u, pcHalfSize));
+		pcRanges.push_back(makePushConstantRange(VK_SHADER_STAGE_TASK_BIT_NV, pcHalfSize, pcHalfSize));
+	}
+	else
+	{
+		pcRanges.push_back(makePushConstantRange(VK_SHADER_STAGE_MESH_BIT_NV, 0u, pcSize));
+	}
+
+	// Pipeline layout.
+	const auto pipelineLayout = makePipelineLayout(vkd, device, 0u, nullptr, static_cast<uint32_t>(pcRanges.size()), de::dataOrNull(pcRanges));
+
+	// Shader modules.
+	const auto	meshShader	= createShaderModule(vkd, device, binaries.get("mesh"));
+	const auto	fragShader	= createShaderModule(vkd, device, binaries.get("frag"));
+
+	Move<VkShaderModule> taskShader;
+	if (hasTask)
+		taskShader = createShaderModule(vkd, device, binaries.get("task"));
+
+	// Render pass.
+	const auto renderPass = makeRenderPass(vkd, device, imageFormat);
+
+	// Framebuffer.
+	const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorView.get(), imageExtent.width, imageExtent.height);
+
+	// Viewport and scissor.
+	const std::vector<VkViewport>	viewports	(1u, makeViewport(imageExtent));
+	const std::vector<VkRect2D>		scissors	(1u, makeRect2D(imageExtent));
+
+	const auto pipeline = makeGraphicsPipeline(vkd, device, pipelineLayout.get(),
+		taskShader.get(), meshShader.get(), fragShader.get(),
+		renderPass.get(), viewports, scissors);
+
+	// Command pool and buffer.
+	const auto cmdPool		= makeCommandPool(vkd, device, queueIndex);
+	const auto cmdBufferPtr	= allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY);
+	const auto cmdBuffer	= cmdBufferPtr.get();
+
+	beginCommandBuffer(vkd, cmdBuffer);
+
+	// Run pipeline.
+	const tcu::Vec4 clearColor (0.0f, 0.0f, 0.0f, 0.0f);
+	beginRenderPass(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0u), clearColor);
+	vkd.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline.get());
+	for (const auto& range : pcRanges)
+		vkd.cmdPushConstants(cmdBuffer, pipelineLayout.get(), range.stageFlags, range.offset, range.size, reinterpret_cast<const char*>(pcData.data()) + range.offset);
+	vkd.cmdDrawMeshTasksNV(cmdBuffer, m_params->drawCount(), 0u);
+	endRenderPass(vkd, cmdBuffer);
+
+	// Copy color buffer to verification buffer.
+	const auto colorAccess		= (VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT | VK_ACCESS_COLOR_ATTACHMENT_READ_BIT);
+	const auto transferRead		= VK_ACCESS_TRANSFER_READ_BIT;
+	const auto transferWrite	= VK_ACCESS_TRANSFER_WRITE_BIT;
+	const auto hostRead			= VK_ACCESS_HOST_READ_BIT;
+
+	const auto preCopyBarrier	= makeImageMemoryBarrier(colorAccess, transferRead, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorImage.get(), colorSRR);
+	const auto postCopyBarrier	= makeMemoryBarrier(transferWrite, hostRead);
+	const auto copyRegion		= makeBufferImageCopy(imageExtent, colorSRL);
+
+	vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, 0u, 0u, nullptr, 0u, nullptr, 1u, &preCopyBarrier);
+	vkd.cmdCopyImageToBuffer(cmdBuffer, colorImage.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, verificationBuffer.get(), 1u, &copyRegion);
+	vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_HOST_BIT, 0u, 1u, &postCopyBarrier, 0u, nullptr, 0u, nullptr);
+
+	endCommandBuffer(vkd, cmdBuffer);
+	submitCommandsAndWait(vkd, device, queue, cmdBuffer);
+
+	// Generate reference image and compare results.
+	const tcu::IVec3					iExtent				(static_cast<int>(imageExtent.width), static_cast<int>(imageExtent.height), 1);
+	const tcu::ConstPixelBufferAccess	verificationAccess	(tcuFormat, iExtent, verificationBufferData);
+
+	generateReferenceLevel();
+	invalidateAlloc(vkd, device, verificationBufferAlloc);
+	if (!verifyResult(verificationAccess))
+		TCU_FAIL("Result does not match reference; check log for details");
+
+	return tcu::TestStatus::pass("Pass");
+}
+
+}
+
+tcu::TestCaseGroup* createMeshShaderMiscTests (tcu::TestContext& testCtx)
+{
+	GroupPtr miscTests (new tcu::TestCaseGroup(testCtx, "misc", "Mesh Shader Misc Tests"));
+
+	{
+		ParamsPtr paramsPtr (new MiscTestParams);
+
+		paramsPtr->taskCount	= tcu::just(2u);
+		paramsPtr->meshCount	= 2u;
+		paramsPtr->width		= 8u;
+		paramsPtr->height		= 8u;
+
+		miscTests->addChild(new ComplexTaskDataCase(testCtx, "complex_task_data", "Pass a complex structure from the task to the mesh shader", std::move(paramsPtr)));
+	}
+
+	{
+		ParamsPtr paramsPtr (new MiscTestParams);
+
+		paramsPtr->taskCount	= tcu::nothing<uint32_t>();
+		paramsPtr->meshCount	= 1u;
+		paramsPtr->width		= 5u;	// Use an odd value so there's a pixel in the exact center.
+		paramsPtr->height		= 7u;	// Idem.
+
+		miscTests->addChild(new SinglePointCase(testCtx, "single_point", "Draw a single point", std::move(paramsPtr)));
+	}
+
+	{
+		ParamsPtr paramsPtr (new MiscTestParams);
+
+		paramsPtr->taskCount	= tcu::nothing<uint32_t>();
+		paramsPtr->meshCount	= 1u;
+		paramsPtr->width		= 8u;
+		paramsPtr->height		= 5u;	// Use an odd value so there's a center line.
+
+		miscTests->addChild(new SingleLineCase(testCtx, "single_line", "Draw a single line", std::move(paramsPtr)));
+	}
+
+	{
+		ParamsPtr paramsPtr (new MiscTestParams);
+
+		paramsPtr->taskCount	= tcu::nothing<uint32_t>();
+		paramsPtr->meshCount	= 1u;
+		paramsPtr->width		= 5u;	// Use an odd value so there's a pixel in the exact center.
+		paramsPtr->height		= 7u;	// Idem.
+
+		miscTests->addChild(new SingleTriangleCase(testCtx, "single_triangle", "Draw a single triangle", std::move(paramsPtr)));
+	}
+
+	{
+		ParamsPtr paramsPtr (new MiscTestParams);
+
+		paramsPtr->taskCount	= tcu::nothing<uint32_t>();
+		paramsPtr->meshCount	= 1u;
+		paramsPtr->width		= 16u;
+		paramsPtr->height		= 16u;
+
+		miscTests->addChild(new MaxPointsCase(testCtx, "max_points", "Draw the maximum number of points", std::move(paramsPtr)));
+	}
+
+	{
+		ParamsPtr paramsPtr (new MiscTestParams);
+
+		paramsPtr->taskCount	= tcu::nothing<uint32_t>();
+		paramsPtr->meshCount	= 1u;
+		paramsPtr->width		= 1u;
+		paramsPtr->height		= 1020u;
+
+		miscTests->addChild(new MaxLinesCase(testCtx, "max_lines", "Draw the maximum number of lines", std::move(paramsPtr)));
+	}
+
+	{
+		ParamsPtr paramsPtr (new MiscTestParams);
+
+		paramsPtr->taskCount	= tcu::nothing<uint32_t>();
+		paramsPtr->meshCount	= 1u;
+		paramsPtr->width		= 512u;
+		paramsPtr->height		= 512u;
+
+		miscTests->addChild(new MaxTrianglesCase(testCtx, "max_triangles", "Draw the maximum number of triangles", std::move(paramsPtr)));
+	}
+
+	{
+		ParamsPtr paramsPtr (new MiscTestParams);
+
+		paramsPtr->taskCount	= tcu::just(65535u);
+		paramsPtr->meshCount	= 1u;
+		paramsPtr->width		= 1360u;
+		paramsPtr->height		= 1542u;
+
+		miscTests->addChild(new LargeWorkGroupCase(testCtx, "many_task_work_groups", "Generate a large number of task work groups", std::move(paramsPtr)));
+	}
+
+	{
+		ParamsPtr paramsPtr (new MiscTestParams);
+
+		paramsPtr->taskCount	= tcu::nothing<uint32_t>();
+		paramsPtr->meshCount	= 65535u;
+		paramsPtr->width		= 1360u;
+		paramsPtr->height		= 1542u;
+
+		miscTests->addChild(new LargeWorkGroupCase(testCtx, "many_mesh_work_groups", "Generate a large number of mesh work groups", std::move(paramsPtr)));
+	}
+
+	{
+		ParamsPtr paramsPtr (new MiscTestParams);
+
+		paramsPtr->taskCount	= tcu::just(512u);
+		paramsPtr->meshCount	= 512u;
+		paramsPtr->width		= 4096u;
+		paramsPtr->height		= 2048u;
+
+		miscTests->addChild(new LargeWorkGroupCase(testCtx, "many_task_mesh_work_groups", "Generate a large number of task and mesh work groups", std::move(paramsPtr)));
+	}
+
+	{
+		const PrimitiveType types[] = {
+			PrimitiveType::POINTS,
+			PrimitiveType::LINES,
+			PrimitiveType::TRIANGLES,
+		};
+
+		for (int i = 0; i < 2; ++i)
+		{
+			const bool extraWrites = (i > 0);
+
+			for (const auto primType : types)
+			{
+				std::unique_ptr<NoPrimitivesParams> params (new NoPrimitivesParams);
+				params->taskCount		= (extraWrites ? tcu::just(1u) : tcu::nothing<uint32_t>());
+				params->meshCount		= 1u;
+				params->width			= 16u;
+				params->height			= 16u;
+				params->primitiveType	= primType;
+
+				ParamsPtr			paramsPtr	(params.release());
+				const auto			primName	= primitiveTypeName(primType);
+				const std::string	name		= "no_" + primName + (extraWrites ? "_extra_writes" : "");
+				const std::string	desc		= "Run a pipeline that generates no " + primName + (extraWrites ? " but generates primitive data" : "");
+
+				miscTests->addChild(extraWrites
+					? (new NoPrimitivesExtraWritesCase(testCtx, name, desc, std::move(paramsPtr)))
+					: (new NoPrimitivesCase(testCtx, name, desc, std::move(paramsPtr))));
+			}
+		}
+	}
+
+	{
+		for (int i = 0; i < 2; ++i)
+		{
+			const bool useTaskShader = (i == 0);
+
+			ParamsPtr paramsPtr (new MiscTestParams);
+
+			paramsPtr->taskCount		= (useTaskShader ? tcu::just(1u) : tcu::nothing<uint32_t>());
+			paramsPtr->meshCount		= 1u;
+			paramsPtr->width			= 1u;
+			paramsPtr->height			= 1u;
+
+			const std::string shader	= (useTaskShader ? "task" : "mesh");
+			const std::string name		= "barrier_in_" + shader;
+			const std::string desc		= "Use a control barrier in the " + shader + " shader";
+
+			miscTests->addChild(new SimpleBarrierCase(testCtx, name, desc, std::move(paramsPtr)));
+		}
+	}
+
+	{
+		const struct
+		{
+			MemoryBarrierType	memBarrierType;
+			std::string			caseName;
+		} barrierTypes[] =
+		{
+			{ MemoryBarrierType::SHARED,	"memory_barrier_shared"	},
+			{ MemoryBarrierType::GROUP,		"group_memory_barrier"	},
+		};
+
+		for (const auto& barrierCase : barrierTypes)
+		{
+			for (int i = 0; i < 2; ++i)
+			{
+				const bool useTaskShader = (i == 0);
+
+				std::unique_ptr<MemoryBarrierParams> paramsPtr (new MemoryBarrierParams);
+
+				paramsPtr->taskCount		= (useTaskShader ? tcu::just(1u) : tcu::nothing<uint32_t>());
+				paramsPtr->meshCount		= 1u;
+				paramsPtr->width			= 1u;
+				paramsPtr->height			= 1u;
+				paramsPtr->memBarrierType	= barrierCase.memBarrierType;
+
+				const std::string shader	= (useTaskShader ? "task" : "mesh");
+				const std::string name		= barrierCase.caseName + "_in_" + shader;
+				const std::string desc		= "Use " + paramsPtr->glslFunc() + "() in the " + shader + " shader";
+
+				miscTests->addChild(new MemoryBarrierCase(testCtx, name, desc, std::move(paramsPtr)));
+			}
+		}
+	}
+
+	{
+		for (int i = 0; i < 2; ++i)
+		{
+			const bool useTaskShader	= (i > 0);
+			const auto name				= std::string("custom_attributes") + (useTaskShader ? "_and_task_shader" : "");
+			const auto desc				= std::string("Use several custom vertex and primitive attributes") + (useTaskShader ? " and also a task shader" : "");
+
+			ParamsPtr paramsPtr (new MiscTestParams);
+
+			paramsPtr->taskCount		= (useTaskShader ? tcu::just(1u) : tcu::nothing<uint32_t>());
+			paramsPtr->meshCount		= 1u;
+			paramsPtr->width			= 32u;
+			paramsPtr->height			= 32u;
+
+			miscTests->addChild(new CustomAttributesCase(testCtx, name, desc, std::move(paramsPtr)));
+		}
+	}
+
+	{
+		for (int i = 0; i < 2; ++i)
+		{
+			const bool useTaskShader	= (i > 0);
+			const auto name				= std::string("push_constant") + (useTaskShader ? "_and_task_shader" : "");
+			const auto desc				= std::string("Use push constants in the mesh shader stage") + (useTaskShader ? " and also in the task shader stage" : "");
+
+			ParamsPtr paramsPtr (new MiscTestParams);
+
+			paramsPtr->taskCount		= (useTaskShader ? tcu::just(1u) : tcu::nothing<uint32_t>());
+			paramsPtr->meshCount		= 1u;
+			paramsPtr->width			= 16u;
+			paramsPtr->height			= 16u;
+
+			miscTests->addChild(new PushConstantCase(testCtx, name, desc, std::move(paramsPtr)));
+		}
+	}
+
+	return miscTests.release();
+}
+
+} // MeshShader
+} // vkt
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderMiscTests.hpp b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderMiscTests.hpp
new file mode 100644
index 0000000..b141a90
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderMiscTests.hpp
@@ -0,0 +1,38 @@
+#ifndef _VKTMESHSHADERMISCTESTS_HPP
+#define _VKTMESHSHADERMISCTESTS_HPP
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Mesh Shader Misc Tests
+ *//*--------------------------------------------------------------------*/
+
+#include "tcuDefs.hpp"
+#include "tcuTestCase.hpp"
+
+namespace vkt
+{
+namespace MeshShader
+{
+tcu::TestCaseGroup* createMeshShaderMiscTests (tcu::TestContext& testCtx);
+} // MeshShader
+} // vkt
+
+#endif // _VKTMESHSHADERMISCTESTS_HPP
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderPropertyTests.cpp b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderPropertyTests.cpp
new file mode 100644
index 0000000..f4350be
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderPropertyTests.cpp
@@ -0,0 +1,675 @@
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Mesh Shader Property Tests
+ *//*--------------------------------------------------------------------*/
+
+#include "vktMeshShaderPropertyTests.hpp"
+#include "vktTestCase.hpp"
+
+#include "vkBufferWithMemory.hpp"
+#include "vkObjUtil.hpp"
+#include "vkBuilderUtil.hpp"
+#include "vkTypeUtil.hpp"
+#include "vkCmdUtil.hpp"
+#include "vkBarrierUtil.hpp"
+
+#include "tcuStringTemplate.hpp"
+
+#include <vector>
+#include <string>
+#include <map>
+#include <sstream>
+
+namespace vkt
+{
+namespace MeshShader
+{
+
+namespace
+{
+
+using GroupPtr			= de::MovePtr<tcu::TestCaseGroup>;
+using ReplacementsMap	= std::map<std::string, std::string>;
+
+using namespace vk;
+
+tcu::StringTemplate getTaskShaderTemplate ()
+{
+	return tcu::StringTemplate(
+		"#version 460\n"
+		"#extension GL_NV_mesh_shader : enable\n"
+		"\n"
+		"layout (local_size_x=${TASK_LOCAL_SIZE_X:default=1}) in;\n"
+		"\n"
+		"${TASK_GLOBAL_DECL:opt}"
+		"\n"
+		"${TASK_MESH_INTERFACE_OUT:opt}"
+		"\n"
+		"void main ()\n"
+		"{\n"
+		"    gl_TaskCountNV = ${TASK_TASK_COUNT:default=0};\n"
+		"${TASK_BODY:opt}"
+		"}\n");
+}
+
+tcu::StringTemplate getMeshShaderTemplate ()
+{
+	return tcu::StringTemplate(
+		"#version 460\n"
+		"#extension GL_NV_mesh_shader : enable\n"
+		"\n"
+		"layout (local_size_x=${MESH_LOCAL_SIZE_X:default=1}) in;\n"
+		"layout (triangles) out;\n"
+		"layout (max_vertices=3, max_primitives=1) out;\n"
+		"\n"
+		"${MESH_GLOBAL_DECL:opt}"
+		"\n"
+		"${TASK_MESH_INTERFACE_IN:opt}"
+		"\n"
+		"void main ()\n"
+		"{\n"
+		"    gl_PrimitiveCountNV = 0u;\n"
+		"${MESH_BODY:opt}"
+		"}\n");
+}
+
+std::string getCommonStorageBufferDecl ()
+{
+	return "layout (set=0, binding=0) buffer OutputBlock { uint values[]; } ov;\n";
+}
+
+void genericCheckSupport (Context& context, bool taskShaderNeeded)
+{
+	context.requireDeviceFunctionality("VK_NV_mesh_shader");
+
+	const auto& meshFeatures = context.getMeshShaderFeatures();
+
+	if (!meshFeatures.meshShader)
+		TCU_THROW(NotSupportedError, "Mesh shaders not supported");
+
+	if (taskShaderNeeded && !meshFeatures.taskShader)
+		TCU_THROW(NotSupportedError, "Task shaders not supported");
+
+	const auto& features = context.getDeviceFeatures();
+	if (!features.vertexPipelineStoresAndAtomics)
+		TCU_THROW(NotSupportedError, "Vertex pipeline stores and atomics not supported");
+}
+
+struct InstanceParams
+{
+	uint32_t	bufferElements;
+	uint32_t	taskCount;
+};
+
+class MeshShaderPropertyInstance : public vkt::TestInstance
+{
+public:
+					MeshShaderPropertyInstance	(Context& context, const InstanceParams& params)
+						: vkt::TestInstance	(context)
+						, m_params			(params)
+						{}
+	virtual			~MeshShaderPropertyInstance	(void) {}
+
+	tcu::TestStatus	iterate						() override;
+
+protected:
+	InstanceParams	m_params;
+};
+
+tcu::TestStatus MeshShaderPropertyInstance::iterate ()
+{
+	const auto&		vkd			= m_context.getDeviceInterface();
+	const auto		device		= m_context.getDevice();
+	auto&			alloc		= m_context.getDefaultAllocator();
+	const auto		queueIndex	= m_context.getUniversalQueueFamilyIndex();
+	const auto		queue		= m_context.getUniversalQueue();
+	const auto&		binaries	= m_context.getBinaryCollection();
+	const auto		extent		= makeExtent3D(1u, 1u, 1u);
+	const auto		bindPoint	= VK_PIPELINE_BIND_POINT_GRAPHICS;
+	const auto		useTask		= binaries.contains("task");
+
+	const auto		storageBufferSize	= static_cast<VkDeviceSize>(m_params.bufferElements) * static_cast<VkDeviceSize>(sizeof(uint32_t));
+	const auto		storageBufferUsage	= VK_BUFFER_USAGE_STORAGE_BUFFER_BIT;
+	const auto		storageBufferType	= VK_DESCRIPTOR_TYPE_STORAGE_BUFFER;
+	const auto		storageBufferStages	= (VK_SHADER_STAGE_MESH_BIT_NV | (useTask ? VK_SHADER_STAGE_TASK_BIT_NV : 0));
+
+	// Create storage buffer with the required space.
+	const auto			storageBufferInfo		= makeBufferCreateInfo(storageBufferSize, storageBufferUsage);
+	BufferWithMemory	storageBuffer			(vkd, device, alloc, storageBufferInfo, MemoryRequirement::HostVisible);
+	auto&				storageBufferAlloc		= storageBuffer.getAllocation();
+	void*				storageBufferDataPtr	= storageBufferAlloc.getHostPtr();
+	const auto			storageBufferDescInfo	= makeDescriptorBufferInfo(storageBuffer.get(), 0ull, storageBufferSize);
+
+	deMemset(storageBufferDataPtr, 0xFF, static_cast<size_t>(storageBufferSize));
+	flushAlloc(vkd, device, storageBufferAlloc);
+
+	// Descriptor pool.
+	DescriptorPoolBuilder poolBuilder;
+	poolBuilder.addType(storageBufferType);
+	const auto descriptorPool = poolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u);
+
+	// Descriptor set layout and pipeline layout.
+	DescriptorSetLayoutBuilder layoutBuilder;
+	layoutBuilder.addSingleBinding(storageBufferType, storageBufferStages);
+	const auto setLayout		= layoutBuilder.build(vkd, device);
+	const auto pipelineLayout	= makePipelineLayout(vkd, device, setLayout.get());
+
+	// Allocate and prepare descriptor set.
+	const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get());
+
+	DescriptorSetUpdateBuilder setUpdateBuilder;
+	setUpdateBuilder.writeSingle(descriptorSet.get(), DescriptorSetUpdateBuilder::Location::binding(0u), storageBufferType, &storageBufferDescInfo);
+	setUpdateBuilder.update(vkd, device);
+
+	// Create empty render pass and framebuffer.
+	const auto renderPass	= makeRenderPass(vkd, device);
+	const auto framebuffer	= makeFramebuffer(vkd, device, renderPass.get(), 0u, nullptr, extent.width, extent.height);
+
+	// Shader modules and pipeline.
+	Move<VkShaderModule>		taskModule;
+	Move<VkShaderModule>		meshModule;
+	const Move<VkShaderModule>	fragModule;	// No fragment shader.
+
+	if (useTask)
+		taskModule = createShaderModule(vkd, device, binaries.get("task"));
+	meshModule = createShaderModule(vkd, device, binaries.get("mesh"));
+
+	const std::vector<VkViewport>	viewports	(1u, makeViewport(extent));
+	const std::vector<VkRect2D>		scissors	(1u, makeRect2D(extent));
+
+	const auto pipeline = makeGraphicsPipeline(vkd, device, pipelineLayout.get(),
+		taskModule.get(), meshModule.get(), fragModule.get(),
+		renderPass.get(), viewports, scissors);
+
+	// Command pool and buffer.
+	const auto cmdPool		= makeCommandPool(vkd, device, queueIndex);
+	const auto cmdBufferPtr	= allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY);
+	const auto cmdBuffer	= cmdBufferPtr.get();
+
+	// Run the pipeline.
+	beginCommandBuffer(vkd, cmdBuffer);
+
+	beginRenderPass(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0));
+	vkd.cmdBindDescriptorSets(cmdBuffer, bindPoint, pipelineLayout.get(), 0u, 1u, &descriptorSet.get(), 0u, nullptr);
+	vkd.cmdBindPipeline(cmdBuffer, bindPoint, pipeline.get());
+	vkd.cmdDrawMeshTasksNV(cmdBuffer, m_params.taskCount, 0u);
+	endRenderPass(vkd, cmdBuffer);
+
+	const auto shaderToHostBarrier = makeMemoryBarrier(VK_ACCESS_SHADER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT);
+	vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT, VK_PIPELINE_STAGE_HOST_BIT, 0u, 1u, &shaderToHostBarrier, 0u, nullptr, 0u, nullptr);
+
+	endCommandBuffer(vkd, cmdBuffer);
+	submitCommandsAndWait(vkd, device, queue, cmdBuffer);
+
+	// Verify the storage buffer has the expected results.
+	invalidateAlloc(vkd, device, storageBufferAlloc);
+
+	std::vector<uint32_t> bufferData (m_params.bufferElements);
+	deMemcpy(bufferData.data(), storageBufferDataPtr, de::dataSize(bufferData));
+
+	for (size_t idx = 0u; idx < bufferData.size(); ++idx)
+	{
+		const auto	expected	= static_cast<uint32_t>(idx);
+		const auto&	bufferValue	= bufferData[idx];
+
+		if (bufferValue != expected)
+			TCU_FAIL("Unexpected value found in buffer position " + de::toString(idx) + ": " + de::toString(bufferValue));
+	}
+
+	return tcu::TestStatus::pass("Pass");
+}
+
+class MaxDrawMeshTasksCountCase : public vkt::TestCase
+{
+public:
+	enum class TestType { TASK=0, MESH };
+
+					MaxDrawMeshTasksCountCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description, TestType testType)
+						: vkt::TestCase	(testCtx, name, description)
+						, m_testType	(testType)
+						{}
+	virtual			~MaxDrawMeshTasksCountCase	(void) {}
+
+	void			initPrograms	(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance	(Context& context) const override;
+	void			checkSupport	(Context& context) const override;
+
+	static constexpr uint32_t minLimit = 65535u;
+
+protected:
+	TestType		m_testType;
+};
+
+void MaxDrawMeshTasksCountCase::checkSupport (Context& context) const
+{
+	genericCheckSupport(context, (m_testType == TestType::TASK));
+
+	const auto& properties = context.getMeshShaderProperties();
+	if (properties.maxDrawMeshTasksCount < minLimit)
+		TCU_FAIL("maxDrawMeshTasksCount property below the minimum limit");
+}
+
+TestInstance* MaxDrawMeshTasksCountCase::createInstance (Context& context) const
+{
+	const InstanceParams params =
+	{
+		minLimit,						//	uint32_t	bufferElements;
+		minLimit,						//	uint32_t	taskCount;
+	};
+	return new MeshShaderPropertyInstance(context, params);
+}
+
+void MaxDrawMeshTasksCountCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	ReplacementsMap meshReplacements;
+	ReplacementsMap taskReplacements;
+
+	const auto meshTemplate = getMeshShaderTemplate();
+
+	const std::string desc = getCommonStorageBufferDecl();
+	const std::string body = "    ov.values[gl_WorkGroupID.x] = gl_WorkGroupID.x;\n";
+
+	if (m_testType == TestType::TASK)
+	{
+		const auto taskTemplate = getTaskShaderTemplate();
+		taskReplacements["TASK_GLOBAL_DECL"]	= desc;
+		taskReplacements["TASK_BODY"]			= body;
+
+		programCollection.glslSources.add("task") << glu::TaskSource(taskTemplate.specialize(taskReplacements));
+	}
+	else
+	{
+		meshReplacements["MESH_GLOBAL_DECL"]	= desc;
+		meshReplacements["MESH_BODY"]			= body;
+	}
+
+	programCollection.glslSources.add("mesh") << glu::MeshSource(meshTemplate.specialize(meshReplacements));
+}
+
+class MaxTaskWorkGroupInvocationsCase : public vkt::TestCase
+{
+public:
+					MaxTaskWorkGroupInvocationsCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description)
+						: vkt::TestCase	(testCtx, name, description) {}
+	virtual			~MaxTaskWorkGroupInvocationsCase (void) {}
+
+	void			initPrograms	(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance	(Context& context) const override;
+	void			checkSupport	(Context& context) const override;
+
+	static constexpr uint32_t minLimit = 32u;
+};
+
+void MaxTaskWorkGroupInvocationsCase::checkSupport (Context& context) const
+{
+	genericCheckSupport(context, true/*taskShaderNeeded*/);
+
+	const auto& properties = context.getMeshShaderProperties();
+	if (properties.maxTaskWorkGroupInvocations < minLimit)
+		TCU_FAIL("maxTaskWorkGroupInvocations property below the minimum limit");
+}
+
+TestInstance* MaxTaskWorkGroupInvocationsCase::createInstance (Context& context) const
+{
+	const InstanceParams params =
+	{
+		minLimit,	//	uint32_t	bufferElements;
+		1u,			//	uint32_t	taskCount;
+	};
+	return new MeshShaderPropertyInstance(context, params);
+}
+
+void MaxTaskWorkGroupInvocationsCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const ReplacementsMap	meshReplacements;
+	const auto				meshTemplate		= getMeshShaderTemplate();
+
+	programCollection.glslSources.add("mesh") << glu::MeshSource(meshTemplate.specialize(meshReplacements));
+
+	ReplacementsMap	taskReplacements;
+	const auto		taskTemplate		= getTaskShaderTemplate();
+
+	taskReplacements["TASK_GLOBAL_DECL"]	= getCommonStorageBufferDecl();
+	taskReplacements["TASK_BODY"]			= "    ov.values[gl_LocalInvocationID.x] = gl_LocalInvocationID.x;\n";
+	taskReplacements["TASK_LOCAL_SIZE_X"]	= de::toString(uint32_t{minLimit});
+
+	programCollection.glslSources.add("task") << glu::TaskSource(taskTemplate.specialize(taskReplacements));
+}
+
+// In the case of the NV extension, this is very similar to the test above. Added for completion.
+class MaxTaskWorkGroupSizeCase : public MaxTaskWorkGroupInvocationsCase
+{
+public:
+	MaxTaskWorkGroupSizeCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description)
+		: MaxTaskWorkGroupInvocationsCase (testCtx, name, description) {}
+
+	void checkSupport (Context& context) const override;
+
+	static constexpr uint32_t minSizeX = 32u;
+	static constexpr uint32_t minSizeY = 1u;
+	static constexpr uint32_t minSizeZ = 1u;
+};
+
+void MaxTaskWorkGroupSizeCase::checkSupport (Context& context) const
+{
+	genericCheckSupport(context, true/*taskShaderNeeded*/);
+
+	const auto& properties = context.getMeshShaderProperties();
+	if (properties.maxTaskWorkGroupSize[0] < minSizeX ||
+		properties.maxTaskWorkGroupSize[1] < minSizeY ||
+		properties.maxTaskWorkGroupSize[2] < minSizeZ)
+	{
+		TCU_FAIL("maxTaskWorkGroupSize property below the minimum limit");
+	}
+}
+
+class MaxTaskOutputCountCase : public vkt::TestCase
+{
+public:
+					MaxTaskOutputCountCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description)
+						: vkt::TestCase	(testCtx, name, description) {}
+	virtual			~MaxTaskOutputCountCase (void) {}
+
+	void			initPrograms	(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance	(Context& context) const override;
+	void			checkSupport	(Context& context) const override;
+
+	static constexpr uint32_t minLimit = 65535u;
+};
+
+void MaxTaskOutputCountCase::checkSupport (Context& context) const
+{
+	genericCheckSupport(context, true/*taskShaderNeeded*/);
+
+	const auto& properties = context.getMeshShaderProperties();
+	if (properties.maxTaskOutputCount < minLimit)
+		TCU_FAIL("maxTaskOutputCount property below the minimum limit");
+}
+
+TestInstance* MaxTaskOutputCountCase::createInstance (Context& context) const
+{
+	const InstanceParams params =
+	{
+		minLimit,	//	uint32_t	bufferElements;
+		1u,			//	uint32_t	taskCount;
+	};
+	return new MeshShaderPropertyInstance(context, params);
+}
+
+void MaxTaskOutputCountCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	ReplacementsMap	meshReplacements;
+	ReplacementsMap	taskReplacements;
+	const auto		meshTemplate		= getMeshShaderTemplate();
+	const auto		taskTemplate		= getTaskShaderTemplate();
+
+	taskReplacements["TASK_TASK_COUNT"]		= de::toString(uint32_t{minLimit});
+	meshReplacements["MESH_GLOBAL_DECL"]	= getCommonStorageBufferDecl();
+	meshReplacements["MESH_BODY"]			= "    ov.values[gl_WorkGroupID.x] = gl_WorkGroupID.x;\n";
+
+	programCollection.glslSources.add("task") << glu::TaskSource(taskTemplate.specialize(taskReplacements));
+	programCollection.glslSources.add("mesh") << glu::MeshSource(meshTemplate.specialize(meshReplacements));
+}
+
+class MaxMeshWorkGroupInvocationsCase : public vkt::TestCase
+{
+public:
+					MaxMeshWorkGroupInvocationsCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description)
+						: vkt::TestCase	(testCtx, name, description) {}
+	virtual			~MaxMeshWorkGroupInvocationsCase (void) {}
+
+	void			initPrograms	(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance	(Context& context) const override;
+	void			checkSupport	(Context& context) const override;
+
+	static constexpr uint32_t minLimit = 32u;
+};
+
+void MaxMeshWorkGroupInvocationsCase::checkSupport (Context& context) const
+{
+	genericCheckSupport(context, false/*taskShaderNeeded*/);
+
+	const auto& properties = context.getMeshShaderProperties();
+	if (properties.maxMeshWorkGroupInvocations < minLimit)
+		TCU_FAIL("maxMeshWorkGroupInvocations property below the minimum limit");
+}
+
+TestInstance* MaxMeshWorkGroupInvocationsCase::createInstance (Context& context) const
+{
+	const InstanceParams params =
+	{
+		minLimit,	//	uint32_t	bufferElements;
+		1u,			//	uint32_t	taskCount;
+	};
+	return new MeshShaderPropertyInstance(context, params);
+}
+
+void MaxMeshWorkGroupInvocationsCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	ReplacementsMap	meshReplacements;
+	const auto		meshTemplate		= getMeshShaderTemplate();
+
+	meshReplacements["MESH_LOCAL_SIZE_X"]	= de::toString(uint32_t{minLimit});
+	meshReplacements["MESH_GLOBAL_DECL"]	= getCommonStorageBufferDecl();
+	meshReplacements["MESH_BODY"]			= "    ov.values[gl_LocalInvocationID.x] = gl_LocalInvocationID.x;\n";
+
+	programCollection.glslSources.add("mesh") << glu::MeshSource(meshTemplate.specialize(meshReplacements));
+}
+
+// In the case of the NV extension, this is very similar to the test above. Added for completion.
+class MaxMeshWorkGroupSizeCase : public MaxMeshWorkGroupInvocationsCase
+{
+public:
+	MaxMeshWorkGroupSizeCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description)
+		: MaxMeshWorkGroupInvocationsCase (testCtx, name, description) {}
+
+	void checkSupport (Context& context) const override;
+
+	static constexpr uint32_t minSizeX = 32u;
+	static constexpr uint32_t minSizeY = 1u;
+	static constexpr uint32_t minSizeZ = 1u;
+};
+
+void MaxMeshWorkGroupSizeCase::checkSupport (Context& context) const
+{
+	genericCheckSupport(context, false/*taskShaderNeeded*/);
+
+	const auto& properties = context.getMeshShaderProperties();
+	if (properties.maxMeshWorkGroupSize[0] < minSizeX ||
+		properties.maxMeshWorkGroupSize[1] < minSizeY ||
+		properties.maxMeshWorkGroupSize[2] < minSizeZ)
+	{
+		TCU_FAIL("maxMeshWorkGroupSize property below the minimum limit");
+	}
+}
+
+std::string getSharedArrayDecl (uint32_t numElements)
+{
+	std::ostringstream decl;
+	decl
+		<< "const uint arrayElements = " << de::toString(numElements) << ";\n"
+		<< "shared uint sharedArray[arrayElements];\n"
+		;
+	return decl.str();
+}
+
+std::string getSharedMemoryBody (uint32_t localSize)
+{
+	std::ostringstream body;
+	body
+		<< "\n"
+		<< "    if (gl_LocalInvocationID.x == 0u)\n"
+		<< "    {\n"
+		<< "        for (uint i = 0; i < arrayElements; ++i)\n"
+		<< "            sharedArray[i] = 0u;\n"
+		<< "    }\n"
+		<< "\n"
+		<< "    barrier();\n"
+		<< "\n"
+		<< "    for (uint i = 0; i < arrayElements; ++i)\n"
+		<< "        atomicAdd(sharedArray[i], 1u);\n"
+		<< "\n"
+		<< "    barrier();\n"
+		<< "\n"
+		<< "    uint allGood = 1u;\n"
+		<< "    for (uint i = 0; i < arrayElements; ++i)\n"
+		<< "    {\n"
+		<< "        if (sharedArray[i] != " << localSize << ")\n"
+		<< "        {\n"
+		<< "            allGood = 0u;\n"
+		<< "            break;\n"
+		<< "        }\n"
+		<< "    }\n"
+		<< "\n"
+		<< "    ov.values[gl_LocalInvocationID.x] = ((allGood == 1u) ? gl_LocalInvocationID.x : gl_WorkGroupSize.x);\n"
+		;
+
+	return body.str();
+}
+
+class MaxTaskTotalMemorySizeCase : public vkt::TestCase
+{
+public:
+					MaxTaskTotalMemorySizeCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description)
+						: vkt::TestCase	(testCtx, name, description) {}
+	virtual			~MaxTaskTotalMemorySizeCase (void) {}
+
+	void			initPrograms	(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance	(Context& context) const override;
+	void			checkSupport	(Context& context) const override;
+
+	static constexpr uint32_t localSize	= 32u;
+	static constexpr uint32_t minLimit	= 16384u;
+};
+
+TestInstance* MaxTaskTotalMemorySizeCase::createInstance (Context& context) const
+{
+	const InstanceParams params =
+	{
+		localSize,	//	uint32_t	bufferElements;
+		1u,			//	uint32_t	taskCount;
+	};
+	return new MeshShaderPropertyInstance(context, params);
+}
+
+void MaxTaskTotalMemorySizeCase::checkSupport (Context& context) const
+{
+	genericCheckSupport(context, true/*taskShaderNeeded*/);
+
+	const auto& properties = context.getMeshShaderProperties();
+	if (properties.maxTaskTotalMemorySize < minLimit)
+		TCU_FAIL("maxTaskTotalMemorySize property below the minimum limit");
+}
+
+void MaxTaskTotalMemorySizeCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const ReplacementsMap	meshReplacements;
+	const auto				meshTemplate		= getMeshShaderTemplate();
+
+	programCollection.glslSources.add("mesh") << glu::MeshSource(meshTemplate.specialize(meshReplacements));
+
+	const auto taskTemplate		= getTaskShaderTemplate();
+	const auto arrayElements	= minLimit / static_cast<uint32_t>(sizeof(uint32_t));
+
+	const auto globalDecls		= getCommonStorageBufferDecl() + getSharedArrayDecl(arrayElements);
+	const auto body				= getSharedMemoryBody(localSize);
+
+	ReplacementsMap taskReplacements;
+	taskReplacements["TASK_LOCAL_SIZE_X"]	= de::toString(uint32_t{localSize});
+	taskReplacements["TASK_GLOBAL_DECL"]	= globalDecls;
+	taskReplacements["TASK_BODY"]			= body;
+
+	programCollection.glslSources.add("task") << glu::TaskSource(taskTemplate.specialize(taskReplacements));
+}
+
+// Very similar to the previous one in NV.
+class MaxMeshTotalMemorySizeCase : public vkt::TestCase
+{
+public:
+					MaxMeshTotalMemorySizeCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description)
+						: vkt::TestCase	(testCtx, name, description) {}
+	virtual			~MaxMeshTotalMemorySizeCase (void) {}
+
+	void			initPrograms	(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance	(Context& context) const override;
+	void			checkSupport	(Context& context) const override;
+
+	static constexpr uint32_t localSize	= 32u;
+	static constexpr uint32_t minLimit	= 16384u;
+};
+
+TestInstance* MaxMeshTotalMemorySizeCase::createInstance (Context& context) const
+{
+	const InstanceParams params =
+	{
+		localSize,	//	uint32_t	bufferElements;
+		1u,			//	uint32_t	taskCount;
+	};
+	return new MeshShaderPropertyInstance(context, params);
+}
+
+void MaxMeshTotalMemorySizeCase::checkSupport (Context& context) const
+{
+	genericCheckSupport(context, false/*taskShaderNeeded*/);
+
+	const auto& properties = context.getMeshShaderProperties();
+	if (properties.maxMeshTotalMemorySize < minLimit)
+		TCU_FAIL("maxMeshTotalMemorySize property below the minimum limit");
+}
+
+void MaxMeshTotalMemorySizeCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const auto meshTemplate		= getMeshShaderTemplate();
+	const auto arrayElements	= minLimit / static_cast<uint32_t>(sizeof(uint32_t));
+
+	const auto globalDecls		= getCommonStorageBufferDecl() + getSharedArrayDecl(arrayElements);
+	const auto body				= getSharedMemoryBody(localSize);
+
+	ReplacementsMap meshReplacements;
+	meshReplacements["MESH_LOCAL_SIZE_X"]	= de::toString(uint32_t{localSize});
+	meshReplacements["MESH_GLOBAL_DECL"]	= globalDecls;
+	meshReplacements["MESH_BODY"]			= body;
+
+	programCollection.glslSources.add("mesh") << glu::MeshSource(meshTemplate.specialize(meshReplacements));
+}
+
+}
+
+tcu::TestCaseGroup* createMeshShaderPropertyTests (tcu::TestContext& testCtx)
+{
+	GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "property", "Mesh Shader Property Tests"));
+
+	mainGroup->addChild(new MaxDrawMeshTasksCountCase		(testCtx, "max_draw_mesh_tasks_count_with_task",	"", MaxDrawMeshTasksCountCase::TestType::TASK));
+	mainGroup->addChild(new MaxDrawMeshTasksCountCase		(testCtx, "max_draw_mesh_tasks_count_with_mesh",	"", MaxDrawMeshTasksCountCase::TestType::MESH));
+	mainGroup->addChild(new MaxTaskWorkGroupInvocationsCase	(testCtx, "max_task_work_group_invocations",		""));
+	mainGroup->addChild(new MaxTaskWorkGroupSizeCase		(testCtx, "max_task_work_group_size",				""));
+	mainGroup->addChild(new MaxTaskOutputCountCase			(testCtx, "max_task_output_count",					""));
+	mainGroup->addChild(new MaxMeshWorkGroupInvocationsCase	(testCtx, "max_mesh_work_group_invocations",		""));
+	mainGroup->addChild(new MaxMeshWorkGroupSizeCase		(testCtx, "max_mesh_work_group_size",				""));
+	mainGroup->addChild(new MaxTaskTotalMemorySizeCase		(testCtx, "max_task_total_memory_size",				""));
+	mainGroup->addChild(new MaxMeshTotalMemorySizeCase		(testCtx, "max_mesh_total_memory_size",				""));
+
+	return mainGroup.release();
+}
+
+} // MeshShader
+} // vkt
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderPropertyTests.hpp b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderPropertyTests.hpp
new file mode 100644
index 0000000..9e8b7ea
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderPropertyTests.hpp
@@ -0,0 +1,38 @@
+#ifndef _VKTMESHSHADERPROPERTYTESTS_HPP
+#define _VKTMESHSHADERPROPERTYTESTS_HPP
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Mesh Shader Property Tests
+ *//*--------------------------------------------------------------------*/
+
+#include "tcuDefs.hpp"
+#include "tcuTestCase.hpp"
+
+namespace vkt
+{
+namespace MeshShader
+{
+tcu::TestCaseGroup* createMeshShaderPropertyTests (tcu::TestContext& testCtx);
+} // MeshShader
+} // vkt
+
+#endif // _VKTMESHSHADERPROPERTYTESTS_HPP
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSmokeTests.cpp b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSmokeTests.cpp
new file mode 100644
index 0000000..c39959a
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSmokeTests.cpp
@@ -0,0 +1,558 @@
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Mesh Shader Smoke Tests
+ *//*--------------------------------------------------------------------*/
+
+#include "vktMeshShaderSmokeTests.hpp"
+#include "vktTestCase.hpp"
+
+#include "vkBuilderUtil.hpp"
+#include "vkImageWithMemory.hpp"
+#include "vkBufferWithMemory.hpp"
+#include "vkObjUtil.hpp"
+#include "vkTypeUtil.hpp"
+#include "vkCmdUtil.hpp"
+#include "vkImageUtil.hpp"
+
+#include "tcuImageCompare.hpp"
+
+#include <utility>
+#include <vector>
+#include <string>
+#include <sstream>
+
+namespace vkt
+{
+namespace MeshShader
+{
+
+namespace
+{
+
+using GroupPtr = de::MovePtr<tcu::TestCaseGroup>;
+
+using namespace vk;
+
+void checkTaskMeshShaderSupport (Context& context, bool requireTask, bool requireMesh)
+{
+	context.requireDeviceFunctionality("VK_NV_mesh_shader");
+
+	DE_ASSERT(requireTask || requireMesh);
+
+	const auto& meshFeatures = context.getMeshShaderFeatures();
+
+	if (requireTask && !meshFeatures.taskShader)
+		TCU_THROW(NotSupportedError, "Task shader not supported");
+
+	if (requireMesh && !meshFeatures.meshShader)
+		TCU_THROW(NotSupportedError, "Mesh shader not supported");
+}
+
+std::string commonMeshFragShader ()
+{
+	std::string frag =
+		"#version 450\n"
+		"#extension GL_NV_mesh_shader : enable\n"
+		"\n"
+		"layout (location=0) in perprimitiveNV vec4 triangleColor;\n"
+		"layout (location=0) out vec4 outColor;\n"
+		"\n"
+		"void main ()\n"
+		"{\n"
+		"	outColor = triangleColor;\n"
+		"}\n"
+		;
+	return frag;
+}
+
+struct MeshTriangleRendererParams
+{
+	std::vector<tcu::Vec4>	vertexCoords;
+	std::vector<uint32_t>	vertexIndices;
+	uint32_t				taskCount;
+	tcu::Vec4				expectedColor;
+
+	MeshTriangleRendererParams (std::vector<tcu::Vec4> vertexCoords_, std::vector<uint32_t>	vertexIndices_, uint32_t taskCount_, const tcu::Vec4& expectedColor_)
+		: vertexCoords	(std::move(vertexCoords_))
+		, vertexIndices	(std::move(vertexIndices_))
+		, taskCount		(taskCount_)
+		, expectedColor	(expectedColor_)
+	{}
+
+	MeshTriangleRendererParams (MeshTriangleRendererParams&& other)
+		: MeshTriangleRendererParams (std::move(other.vertexCoords), std::move(other.vertexIndices), other.taskCount, other.expectedColor)
+	{}
+};
+
+class MeshOnlyTriangleCase : public vkt::TestCase
+{
+public:
+					MeshOnlyTriangleCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description) : vkt::TestCase (testCtx, name, description) {}
+	virtual			~MeshOnlyTriangleCase	(void) {}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+	void			checkSupport			(Context& context) const override;
+};
+
+class MeshTaskTriangleCase : public vkt::TestCase
+{
+public:
+					MeshTaskTriangleCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description) : vkt::TestCase (testCtx, name, description) {}
+	virtual			~MeshTaskTriangleCase	(void) {}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+	void			checkSupport			(Context& context) const override;
+};
+
+// Note: not actually task-only. The task shader will not emit mesh shader work groups.
+class TaskOnlyTriangleCase : public vkt::TestCase
+{
+public:
+					TaskOnlyTriangleCase	(tcu::TestContext& testCtx, const std::string& name, const std::string& description) : vkt::TestCase (testCtx, name, description) {}
+	virtual			~TaskOnlyTriangleCase	(void) {}
+
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+	void			checkSupport			(Context& context) const override;
+};
+
+class MeshTriangleRenderer : public vkt::TestInstance
+{
+public:
+						MeshTriangleRenderer	(Context& context, MeshTriangleRendererParams params) : vkt::TestInstance(context), m_params(std::move(params)) {}
+	virtual				~MeshTriangleRenderer	(void) {}
+
+	tcu::TestStatus		iterate					(void) override;
+
+protected:
+	MeshTriangleRendererParams	m_params;
+};
+
+void MeshOnlyTriangleCase::checkSupport (Context& context) const
+{
+	checkTaskMeshShaderSupport(context, false, true);
+}
+
+void MeshTaskTriangleCase::checkSupport (Context& context) const
+{
+	checkTaskMeshShaderSupport(context, true, true);
+}
+
+void TaskOnlyTriangleCase::checkSupport (Context& context) const
+{
+	checkTaskMeshShaderSupport(context, true, true);
+}
+
+void MeshOnlyTriangleCase::initPrograms (SourceCollections& dst) const
+{
+	std::ostringstream mesh;
+	mesh
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		// We will actually output a single triangle and most invocations will do no work.
+		<< "layout(local_size_x=32) in;\n"
+		<< "layout(triangles) out;\n"
+		<< "layout(max_vertices=256, max_primitives=256) out;\n"
+		<< "\n"
+		// Unique vertex coordinates.
+		<< "layout (set=0, binding=0) uniform CoordsBuffer {\n"
+		<< "    vec4 coords[3];\n"
+		<< "} cb;\n"
+		// Unique vertex indices.
+		<< "layout (set=0, binding=1, std430) readonly buffer IndexBuffer {\n"
+		<< "    uint indices[3];\n"
+		<< "} ib;\n"
+		<< "\n"
+		// Triangle color.
+		<< "layout (location=0) out perprimitiveNV vec4 triangleColor[];\n"
+		<< "\n"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "    gl_PrimitiveCountNV = 1u;\n"
+		<< "    triangleColor[0] = vec4(0.0, 0.0, 1.0, 1.0);\n"
+		<< "\n"
+		<< "    const uint vertex = gl_LocalInvocationIndex;\n"
+		<< "    if (vertex < 3u)\n"
+		<< "    {\n"
+		<< "        const uint vertexIndex = ib.indices[vertex];\n"
+		<< "        gl_PrimitiveIndicesNV[vertex] = vertexIndex;\n"
+		<< "        gl_MeshVerticesNV[vertexIndex].gl_Position = cb.coords[vertexIndex];\n"
+		<< "    }\n"
+		<< "}\n"
+		;
+	dst.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+
+	dst.glslSources.add("frag") << glu::FragmentSource(commonMeshFragShader());
+}
+
+void MeshTaskTriangleCase::initPrograms (SourceCollections& dst) const
+{
+	std::string taskDataDecl =
+		"taskNV TaskData {\n"
+		"	uint triangleIndex;\n"
+		"} td;\n"
+		;
+
+	std::ostringstream task;
+	task
+		// Each work group spawns 1 task each (2 in total) and each task will draw 1 triangle.
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout(local_size_x=32) in;\n"
+		<< "\n"
+		<< "out " << taskDataDecl
+		<< "\n"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "    if (gl_LocalInvocationIndex == 0u)\n"
+		<< "    {\n"
+		<< "        gl_TaskCountNV = 1u;\n"
+		<< "        td.triangleIndex = gl_WorkGroupID.x;\n"
+		<< "    }\n"
+		<< "}\n"
+		;
+	dst.glslSources.add("task") << glu::TaskSource(task.str());
+
+	std::ostringstream mesh;
+	mesh
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		// We will actually output a single triangle and most invocations will do no work.
+		<< "layout(local_size_x=32) in;\n"
+		<< "layout(triangles) out;\n"
+		<< "layout(max_vertices=256, max_primitives=256) out;\n"
+		<< "\n"
+		// Unique vertex coordinates.
+		<< "layout (set=0, binding=0) uniform CoordsBuffer {\n"
+		<< "    vec4 coords[4];\n"
+		<< "} cb;\n"
+		// Unique vertex indices.
+		<< "layout (set=0, binding=1, std430) readonly buffer IndexBuffer {\n"
+		<< "    uint indices[6];\n"
+		<< "} ib;\n"
+		<< "\n"
+		// Triangle color.
+		<< "layout (location=0) out perprimitiveNV vec4 triangleColor[];\n"
+		<< "\n"
+		<< "in " << taskDataDecl
+		<< "\n"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "    if (gl_LocalInvocationIndex == 0u)\n"
+		<< "    {\n"
+		<< "        gl_PrimitiveCountNV = 1u;\n"
+		<< "        triangleColor[0] = vec4(0.0, 0.0, 1.0, 1.0);\n"
+		<< "    }\n"
+		<< "\n"
+		// Each "active" invocation will copy one vertex.
+		<< "    if (gl_LocalInvocationIndex < 3u)\n"
+		<< "    {\n"
+		<< "\n"
+		<< "        const uint triangleVertex = gl_LocalInvocationIndex;\n"
+		<< "        const uint coordsIndex    = ib.indices[td.triangleIndex * 3u + triangleVertex];\n"
+		<< "\n"
+		// Copy vertex coordinates.
+		<< "        gl_MeshVerticesNV[triangleVertex].gl_Position = cb.coords[coordsIndex];\n"
+		// Index renumbering: final indices will always be 0, 1, 2.
+		<< "        gl_PrimitiveIndicesNV[triangleVertex] = triangleVertex;\n"
+		<< "    }\n"
+		<< "}\n"
+		;
+	dst.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+
+	dst.glslSources.add("frag") << glu::FragmentSource(commonMeshFragShader());
+}
+
+void TaskOnlyTriangleCase::initPrograms (SourceCollections& dst) const
+{
+	// The task shader does not spawn any mesh shader invocations.
+	std::ostringstream task;
+	task
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout(local_size_x=1) in;\n"
+		<< "\n"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "    gl_TaskCountNV = 0u;\n"
+		<< "}\n"
+		;
+	dst.glslSources.add("task") << glu::TaskSource(task.str());
+
+	// Same shader as the mesh only case, but it should not be launched.
+	std::ostringstream mesh;
+	mesh
+		<< "#version 450\n"
+		<< "#extension GL_NV_mesh_shader : enable\n"
+		<< "\n"
+		<< "layout(local_size_x=32) in;\n"
+		<< "layout(triangles) out;\n"
+		<< "layout(max_vertices=256, max_primitives=256) out;\n"
+		<< "\n"
+		<< "layout (set=0, binding=0) uniform CoordsBuffer {\n"
+		<< "    vec4 coords[3];\n"
+		<< "} cb;\n"
+		<< "layout (set=0, binding=1, std430) readonly buffer IndexBuffer {\n"
+		<< "    uint indices[3];\n"
+		<< "} ib;\n"
+		<< "\n"
+		<< "layout (location=0) out perprimitiveNV vec4 triangleColor[];\n"
+		<< "\n"
+		<< "void main ()\n"
+		<< "{\n"
+		<< "    gl_PrimitiveCountNV = 1u;\n"
+		<< "    triangleColor[0] = vec4(0.0, 0.0, 1.0, 1.0);\n"
+		<< "\n"
+		<< "    const uint vertex = gl_LocalInvocationIndex;\n"
+		<< "    if (vertex < 3u)\n"
+		<< "    {\n"
+		<< "        const uint vertexIndex = ib.indices[vertex];\n"
+		<< "        gl_PrimitiveIndicesNV[vertex] = vertexIndex;\n"
+		<< "        gl_MeshVerticesNV[vertexIndex].gl_Position = cb.coords[vertexIndex];\n"
+		<< "    }\n"
+		<< "}\n"
+		;
+	dst.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+
+	dst.glslSources.add("frag") << glu::FragmentSource(commonMeshFragShader());
+}
+
+TestInstance* MeshOnlyTriangleCase::createInstance (Context& context) const
+{
+	const std::vector<tcu::Vec4>	vertexCoords	=
+	{
+		tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f),
+		tcu::Vec4(-1.0f,  3.0f, 0.0f, 1.0f),
+		tcu::Vec4( 3.0f, -1.0f, 0.0f, 1.0f),
+	};
+	const std::vector<uint32_t>		vertexIndices	= { 0u, 1u, 2u };
+	MeshTriangleRendererParams		params			(std::move(vertexCoords), std::move(vertexIndices), 1u, tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f));
+
+	return new MeshTriangleRenderer(context, std::move(params));
+}
+
+TestInstance* MeshTaskTriangleCase::createInstance (Context& context) const
+{
+	const std::vector<tcu::Vec4>	vertexCoords	=
+	{
+		tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f),
+		tcu::Vec4(-1.0f,  1.0f, 0.0f, 1.0f),
+		tcu::Vec4( 1.0f, -1.0f, 0.0f, 1.0f),
+		tcu::Vec4( 1.0f,  1.0f, 0.0f, 1.0f),
+	};
+	const std::vector<uint32_t>		vertexIndices	= { 2u, 0u, 1u, 1u, 3u, 2u };
+	MeshTriangleRendererParams		params			(std::move(vertexCoords), std::move(vertexIndices), 2u, tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f));
+
+	return new MeshTriangleRenderer(context, std::move(params));
+}
+
+TestInstance* TaskOnlyTriangleCase::createInstance (Context& context) const
+{
+	const std::vector<tcu::Vec4>	vertexCoords	=
+	{
+		tcu::Vec4(-1.0f, -1.0f, 0.0f, 1.0f),
+		tcu::Vec4(-1.0f,  3.0f, 0.0f, 1.0f),
+		tcu::Vec4( 3.0f, -1.0f, 0.0f, 1.0f),
+	};
+	const std::vector<uint32_t>		vertexIndices	= { 0u, 1u, 2u };
+	// Note we expect the clear color.
+	MeshTriangleRendererParams		params			(std::move(vertexCoords), std::move(vertexIndices), 1u, tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f));
+
+	return new MeshTriangleRenderer(context, std::move(params));
+}
+
+tcu::TestStatus MeshTriangleRenderer::iterate ()
+{
+	const auto&		vkd					= m_context.getDeviceInterface();
+	const auto		device				= m_context.getDevice();
+	auto&			alloc				= m_context.getDefaultAllocator();
+	const auto		qIndex				= m_context.getUniversalQueueFamilyIndex();
+	const auto		queue				= m_context.getUniversalQueue();
+
+	const auto		vertexBufferStages	= VK_SHADER_STAGE_MESH_BIT_NV;
+	const auto		vertexBufferSize	= static_cast<VkDeviceSize>(de::dataSize(m_params.vertexCoords));
+	const auto		vertexBufferUsage	= VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT;
+	const auto		vertexBufferLoc		= DescriptorSetUpdateBuilder::Location::binding(0u);
+	const auto		vertexBufferType	= VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER;
+
+	const auto		indexBufferStages	= VK_SHADER_STAGE_MESH_BIT_NV;
+	const auto		indexBufferSize		= static_cast<VkDeviceSize>(de::dataSize(m_params.vertexIndices));
+	const auto		indexBufferUsage	= VK_BUFFER_USAGE_STORAGE_BUFFER_BIT;
+	const auto		indexBufferLoc		= DescriptorSetUpdateBuilder::Location::binding(1u);
+	const auto		indexBufferType		= VK_DESCRIPTOR_TYPE_STORAGE_BUFFER;
+
+	// Vertex buffer.
+	const auto			vertexBufferInfo	= makeBufferCreateInfo(vertexBufferSize, vertexBufferUsage);
+	BufferWithMemory	vertexBuffer		(vkd, device, alloc, vertexBufferInfo, MemoryRequirement::HostVisible);
+	auto&				vertexBufferAlloc	= vertexBuffer.getAllocation();
+	void*				vertexBufferDataPtr	= vertexBufferAlloc.getHostPtr();
+
+	deMemcpy(vertexBufferDataPtr, m_params.vertexCoords.data(), static_cast<size_t>(vertexBufferSize));
+	flushAlloc(vkd, device, vertexBufferAlloc);
+
+	// Index buffer.
+	const auto			indexBufferInfo		= makeBufferCreateInfo(indexBufferSize, indexBufferUsage);
+	BufferWithMemory	indexBuffer			(vkd, device, alloc, indexBufferInfo, MemoryRequirement::HostVisible);
+	auto&				indexBufferAlloc	= indexBuffer.getAllocation();
+	void*				indexBufferDataPtr	= indexBufferAlloc.getHostPtr();
+
+	deMemcpy(indexBufferDataPtr, m_params.vertexIndices.data(), static_cast<size_t>(indexBufferSize));
+	flushAlloc(vkd, device, indexBufferAlloc);
+
+	// Color buffer.
+	const auto	colorBufferFormat	= VK_FORMAT_R8G8B8A8_UNORM;
+	const auto	colorBufferExtent	= makeExtent3D(8u, 8u, 1u);
+	const auto	colorBufferUsage	= (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT);
+
+	const VkImageCreateInfo colorBufferInfo =
+	{
+		VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,	//	VkStructureType			sType;
+		nullptr,								//	const void*				pNext;
+		0u,										//	VkImageCreateFlags		flags;
+		VK_IMAGE_TYPE_2D,						//	VkImageType				imageType;
+		colorBufferFormat,						//	VkFormat				format;
+		colorBufferExtent,						//	VkExtent3D				extent;
+		1u,										//	uint32_t				mipLevels;
+		1u,										//	uint32_t				arrayLayers;
+		VK_SAMPLE_COUNT_1_BIT,					//	VkSampleCountFlagBits	samples;
+		VK_IMAGE_TILING_OPTIMAL,				//	VkImageTiling			tiling;
+		colorBufferUsage,						//	VkImageUsageFlags		usage;
+		VK_SHARING_MODE_EXCLUSIVE,				//	VkSharingMode			sharingMode;
+		0u,										//	uint32_t				queueFamilyIndexCount;
+		nullptr,								//	const uint32_t*			pQueueFamilyIndices;
+		VK_IMAGE_LAYOUT_UNDEFINED,				//	VkImageLayout			initialLayout;
+	};
+	ImageWithMemory colorBuffer(vkd, device, alloc, colorBufferInfo, MemoryRequirement::Any);
+
+	const auto colorSRR			= makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u);
+	const auto colorBufferView	= makeImageView(vkd, device, colorBuffer.get(), VK_IMAGE_VIEW_TYPE_2D, colorBufferFormat, colorSRR);
+
+	// Render pass.
+	const auto renderPass = makeRenderPass(vkd, device, colorBufferFormat);
+
+	// Framebuffer.
+	const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), colorBufferExtent.width, colorBufferExtent.height);
+
+	// Set layout.
+	DescriptorSetLayoutBuilder layoutBuilder;
+	layoutBuilder.addSingleBinding(vertexBufferType, vertexBufferStages);
+	layoutBuilder.addSingleBinding(indexBufferType, indexBufferStages);
+	const auto setLayout = layoutBuilder.build(vkd, device);
+
+	// Descriptor pool.
+	DescriptorPoolBuilder poolBuilder;
+	poolBuilder.addType(vertexBufferType);
+	poolBuilder.addType(indexBufferType);
+	const auto descriptorPool = poolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u);
+
+	// Descriptor set.
+	const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get());
+
+	// Update descriptor set.
+	DescriptorSetUpdateBuilder updateBuilder;
+	const auto vertexBufferDescInfo	= makeDescriptorBufferInfo(vertexBuffer.get(), 0ull, vertexBufferSize);
+	const auto indexBufferDescInfo	= makeDescriptorBufferInfo(indexBuffer.get(), 0ull, indexBufferSize);
+	updateBuilder.writeSingle(descriptorSet.get(), vertexBufferLoc, vertexBufferType, &vertexBufferDescInfo);
+	updateBuilder.writeSingle(descriptorSet.get(), indexBufferLoc, indexBufferType, &indexBufferDescInfo);
+	updateBuilder.update(vkd, device);
+
+	// Pipeline layout.
+	const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get());
+
+	// Shader modules.
+	Move<VkShaderModule>	taskModule;
+	const auto&				binaries = m_context.getBinaryCollection();
+
+	if (binaries.contains("task"))
+		taskModule = createShaderModule(vkd, device, binaries.get("task"), 0u);
+	const auto meshModule = createShaderModule(vkd, device, binaries.get("mesh"), 0u);
+	const auto fragModule = createShaderModule(vkd, device, binaries.get("frag"), 0u);
+
+	// Graphics pipeline.
+	std::vector<VkViewport>	viewports	(1u, makeViewport(colorBufferExtent));
+	std::vector<VkRect2D>	scissors	(1u, makeRect2D(colorBufferExtent));
+	const auto				pipeline	= makeGraphicsPipeline(vkd, device, pipelineLayout.get(), taskModule.get(), meshModule.get(), fragModule.get(), renderPass.get(), viewports, scissors);
+
+	// Command pool and buffer.
+	const auto cmdPool			= makeCommandPool(vkd, device, qIndex);
+	const auto cmdBufferPtr		= allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY);
+	const auto cmdBuffer		= cmdBufferPtr.get();
+
+	// Output buffer.
+	const auto	tcuFormat		= mapVkFormat(colorBufferFormat);
+	const auto	outBufferSize	= static_cast<VkDeviceSize>(static_cast<uint32_t>(tcu::getPixelSize(tcuFormat)) * colorBufferExtent.width * colorBufferExtent.height);
+	const auto	outBufferUsage	= VK_BUFFER_USAGE_TRANSFER_DST_BIT;
+	const auto	outBufferInfo	= makeBufferCreateInfo(outBufferSize, outBufferUsage);
+	BufferWithMemory outBuffer (vkd, device, alloc, outBufferInfo, MemoryRequirement::HostVisible);
+	auto&		outBufferAlloc	= outBuffer.getAllocation();
+	void*		outBufferData	= outBufferAlloc.getHostPtr();
+
+	// Draw triangle.
+	beginCommandBuffer(vkd, cmdBuffer);
+	beginRenderPass(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0), tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f)/*clear color*/);
+	vkd.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipelineLayout.get(), 0u, 1u, &descriptorSet.get(), 0u, nullptr);
+	vkd.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline.get());
+	vkd.cmdDrawMeshTasksNV(cmdBuffer, m_params.taskCount, 0u);
+	endRenderPass(vkd, cmdBuffer);
+
+	// Copy color buffer to output buffer.
+	const tcu::IVec3 imageDim	(static_cast<int>(colorBufferExtent.width), static_cast<int>(colorBufferExtent.height), static_cast<int>(colorBufferExtent.depth));
+	const tcu::IVec2 imageSize	(imageDim.x(), imageDim.y());
+
+	copyImageToBuffer(vkd, cmdBuffer, colorBuffer.get(), outBuffer.get(), imageSize);
+	endCommandBuffer(vkd, cmdBuffer);
+	submitCommandsAndWait(vkd, device, queue, cmdBuffer);
+
+	// Invalidate alloc.
+	invalidateAlloc(vkd, device, outBufferAlloc);
+	tcu::ConstPixelBufferAccess outPixels(tcuFormat, imageDim, outBufferData);
+
+	auto& log = m_context.getTestContext().getLog();
+	const tcu::Vec4 threshold (0.0f); // The color can be represented exactly.
+
+	if (!tcu::floatThresholdCompare(log, "Result", "", m_params.expectedColor, outPixels, threshold, tcu::COMPARE_LOG_EVERYTHING))
+		return tcu::TestStatus::fail("Failed; check log for details");
+
+	return tcu::TestStatus::pass("Pass");
+}
+
+}
+
+tcu::TestCaseGroup* createMeshShaderSmokeTests (tcu::TestContext& testCtx)
+{
+	GroupPtr smokeTests (new tcu::TestCaseGroup(testCtx, "smoke", "Mesh Shader Smoke Tests"));
+
+	smokeTests->addChild(new MeshOnlyTriangleCase(testCtx, "mesh_shader_triangle", ""));
+	smokeTests->addChild(new MeshTaskTriangleCase(testCtx, "mesh_task_shader_triangle", ""));
+	smokeTests->addChild(new TaskOnlyTriangleCase(testCtx, "task_only_shader_triangle", ""));
+
+	return smokeTests.release();
+}
+
+} // MeshShader
+} // vkt
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSmokeTests.hpp b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSmokeTests.hpp
new file mode 100644
index 0000000..6a5b1fa
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSmokeTests.hpp
@@ -0,0 +1,38 @@
+#ifndef _VKTMESHSHADERSMOKETESTS_HPP
+#define _VKTMESHSHADERSMOKETESTS_HPP
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Mesh Shader Smoke Tests
+ *//*--------------------------------------------------------------------*/
+
+#include "tcuDefs.hpp"
+#include "tcuTestCase.hpp"
+
+namespace vkt
+{
+namespace MeshShader
+{
+tcu::TestCaseGroup* createMeshShaderSmokeTests (tcu::TestContext& testCtx);
+} // MeshShader
+} // vkt
+
+#endif // _VKTMESHSHADERSMOKETESTS_HPP
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSyncTests.cpp b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSyncTests.cpp
new file mode 100644
index 0000000..7d1a423
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSyncTests.cpp
@@ -0,0 +1,1268 @@
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Mesh Shader Synchronization Tests
+ *//*--------------------------------------------------------------------*/
+
+#include "vktMeshShaderSyncTests.hpp"
+#include "vktTestCase.hpp"
+
+#include "vkDefs.hpp"
+#include "vkTypeUtil.hpp"
+#include "vkImageWithMemory.hpp"
+#include "vkBufferWithMemory.hpp"
+#include "vkObjUtil.hpp"
+#include "vkBuilderUtil.hpp"
+#include "vkCmdUtil.hpp"
+#include "vkBarrierUtil.hpp"
+#include "vkImageUtil.hpp"
+
+#include "deUniquePtr.hpp"
+
+#include <iostream>
+#include <sstream>
+#include <vector>
+
+namespace vkt
+{
+namespace MeshShader
+{
+
+namespace
+{
+
+using GroupPtr = de::MovePtr<tcu::TestCaseGroup>;
+
+using namespace vk;
+
+// Stages that will be used in these tests.
+enum class Stage
+{
+	HOST = 0,
+	TRANSFER,
+	TASK,
+	MESH,
+	FRAG,
+};
+
+std::ostream& operator<< (std::ostream& stream, Stage stage)
+{
+	switch (stage)
+	{
+	case Stage::HOST:		stream << "host";		break;
+	case Stage::TRANSFER:	stream << "transfer";	break;
+	case Stage::TASK:		stream << "task";		break;
+	case Stage::MESH:		stream << "mesh";		break;
+	case Stage::FRAG:		stream << "frag";		break;
+	default: DE_ASSERT(false); break;
+	}
+
+	return stream;
+}
+
+bool isShaderStage (Stage stage)
+{
+	return (stage == Stage::TASK || stage == Stage::MESH || stage == Stage::FRAG);
+}
+
+VkPipelineStageFlags stageToFlags (Stage stage)
+{
+	switch (stage)
+	{
+	case Stage::HOST:		return VK_PIPELINE_STAGE_HOST_BIT;
+	case Stage::TRANSFER:	return VK_PIPELINE_STAGE_TRANSFER_BIT;
+	case Stage::TASK:		return VK_PIPELINE_STAGE_TASK_SHADER_BIT_NV;
+	case Stage::MESH:		return VK_PIPELINE_STAGE_MESH_SHADER_BIT_NV;
+	case Stage::FRAG:		return VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT;
+	default:				DE_ASSERT(false); break;
+	}
+
+	// Unreachable.
+	DE_ASSERT(false);
+	return 0u;
+}
+
+VkFormat getImageFormat ()
+{
+	return VK_FORMAT_R32_UINT;
+}
+
+VkExtent3D getImageExtent ()
+{
+	return makeExtent3D(1u, 1u, 1u);
+}
+
+// Types of resources we will use.
+enum class ResourceType
+{
+	UNIFORM_BUFFER = 0,
+	STORAGE_BUFFER,
+	STORAGE_IMAGE,
+	SAMPLED_IMAGE,
+};
+
+VkDescriptorType resourceTypeToDescriptor (ResourceType resType)
+{
+	switch (resType)
+	{
+	case ResourceType::UNIFORM_BUFFER:	return VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER;
+	case ResourceType::STORAGE_BUFFER:	return VK_DESCRIPTOR_TYPE_STORAGE_BUFFER;
+	case ResourceType::STORAGE_IMAGE:	return VK_DESCRIPTOR_TYPE_STORAGE_IMAGE;
+	case ResourceType::SAMPLED_IMAGE:	return VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER;
+	default:							DE_ASSERT(false); break;
+	}
+
+	// Unreachable.
+	DE_ASSERT(false);
+	return VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR;
+}
+
+// Will the test use a specific barrier or a general memory barrier?
+enum class BarrierType
+{
+	GENERAL = 0,
+	SPECIFIC,
+	DEPENDENCY,
+};
+
+// Types of writes we will use.
+enum class WriteAccess
+{
+	HOST_WRITE = 0,
+	TRANSFER_WRITE,
+	SHADER_WRITE,
+};
+
+VkAccessFlags writeAccessToFlags (WriteAccess access)
+{
+	switch (access)
+	{
+	case WriteAccess::HOST_WRITE:		return VK_ACCESS_HOST_WRITE_BIT;
+	case WriteAccess::TRANSFER_WRITE:	return VK_ACCESS_TRANSFER_WRITE_BIT;
+	case WriteAccess::SHADER_WRITE:		return VK_ACCESS_SHADER_WRITE_BIT;
+	default:							DE_ASSERT(false); break;
+	}
+
+	// Unreachable.
+	DE_ASSERT(false);
+	return 0u;
+}
+
+// Types of reads we will use.
+enum class ReadAccess
+{
+	HOST_READ = 0,
+	TRANSFER_READ,
+	SHADER_READ,
+	UNIFORM_READ,
+};
+
+VkAccessFlags readAccessToFlags (ReadAccess access)
+{
+	switch (access)
+	{
+	case ReadAccess::HOST_READ:			return VK_ACCESS_HOST_READ_BIT;
+	case ReadAccess::TRANSFER_READ:		return VK_ACCESS_TRANSFER_READ_BIT;
+	case ReadAccess::SHADER_READ:		return VK_ACCESS_SHADER_READ_BIT;
+	case ReadAccess::UNIFORM_READ:		return VK_ACCESS_UNIFORM_READ_BIT;
+	default:							DE_ASSERT(false); break;
+	}
+
+	// Unreachable.
+	DE_ASSERT(false);
+	return 0u;
+}
+
+// Auxiliary functions to verify certain combinations are possible.
+
+// Check if the writing stage can use the specified write access.
+bool canWriteFromStageAsAccess (Stage writeStage, WriteAccess access)
+{
+	switch (writeStage)
+	{
+	case Stage::HOST:		return (access == WriteAccess::HOST_WRITE);
+	case Stage::TRANSFER:	return (access == WriteAccess::TRANSFER_WRITE);
+	case Stage::TASK:		// fallthrough
+	case Stage::MESH:		// fallthrough
+	case Stage::FRAG:		return (access == WriteAccess::SHADER_WRITE);
+	default:				DE_ASSERT(false); break;
+	}
+
+	return false;
+}
+
+// Check if the reading stage can use the specified read access.
+bool canReadFromStageAsAccess (Stage readStage, ReadAccess access)
+{
+	switch (readStage)
+	{
+	case Stage::HOST:		return (access == ReadAccess::HOST_READ);
+	case Stage::TRANSFER:	return (access == ReadAccess::TRANSFER_READ);
+	case Stage::TASK:		// fallthrough
+	case Stage::MESH:		// fallthrough
+	case Stage::FRAG:		return (access == ReadAccess::SHADER_READ || access == ReadAccess::UNIFORM_READ);
+	default:				DE_ASSERT(false); break;
+	}
+
+	return false;
+}
+
+// Check if reading the given resource type is possible with the given type of read access.
+bool canReadResourceAsAccess (ResourceType resType, ReadAccess access)
+{
+	if (access == ReadAccess::UNIFORM_READ)
+		return (resType == ResourceType::UNIFORM_BUFFER);
+	return true;
+}
+
+// Check if writing to the given resource type is possible with the given type of write access.
+bool canWriteResourceAsAccess (ResourceType resType, WriteAccess access)
+{
+	if (resType == ResourceType::UNIFORM_BUFFER)
+		return (access != WriteAccess::SHADER_WRITE);
+	return true;
+}
+
+// Check if the given stage can write to the given resource type.
+bool canWriteTo (Stage stage, ResourceType resType)
+{
+	switch (stage)
+	{
+	case Stage::HOST:		return (resType == ResourceType::UNIFORM_BUFFER || resType == ResourceType::STORAGE_BUFFER);
+	case Stage::TRANSFER:	return true;
+	case Stage::TASK:		// fallthrough
+	case Stage::MESH:		return (resType == ResourceType::STORAGE_BUFFER || resType == ResourceType::STORAGE_IMAGE);
+	default:				DE_ASSERT(false); break;
+	}
+
+	return false;
+}
+
+// Check if the given stage can read from the given resource type.
+bool canReadFrom (Stage stage, ResourceType resType)
+{
+	switch (stage)
+	{
+	case Stage::HOST:		return (resType == ResourceType::UNIFORM_BUFFER || resType == ResourceType::STORAGE_BUFFER);
+	case Stage::TRANSFER:	// fallthrough
+	case Stage::TASK:		// fallthrough
+	case Stage::MESH:
+	case Stage::FRAG:		return true;
+	default:				DE_ASSERT(false); break;
+	}
+
+	return false;
+}
+
+// Will we need to store the test value in an auxiliar buffer to be read?
+bool needsAuxiliarSourceBuffer (Stage fromStage, Stage toStage)
+{
+	DE_UNREF(toStage);
+	return (fromStage == Stage::TRANSFER);
+}
+
+// Will we need to store the read operation result into an auxiliar buffer to be checked?
+bool needsAuxiliarDestBuffer (Stage fromStage, Stage toStage)
+{
+	DE_UNREF(fromStage);
+	return (toStage == Stage::TRANSFER);
+}
+
+// Needs any auxiliar buffer for any case?
+bool needsAuxiliarBuffer (Stage fromStage, Stage toStage)
+{
+	return (needsAuxiliarSourceBuffer(fromStage, toStage) || needsAuxiliarDestBuffer(fromStage, toStage));
+}
+
+// Will the final value be stored in the auxiliar destination buffer?
+bool valueInAuxiliarDestBuffer (Stage toStage)
+{
+	return (toStage == Stage::TRANSFER);
+}
+
+// Will the final value be stored in the resource buffer itself?
+bool valueInResourceBuffer (Stage toStage)
+{
+	return (toStage == Stage::HOST);
+}
+
+// Will the final value be stored in the color buffer?
+bool valueInColorBuffer (Stage toStage)
+{
+	return (!valueInAuxiliarDestBuffer(toStage) && !valueInResourceBuffer(toStage));
+}
+
+// Image usage flags for the image resource.
+VkImageUsageFlags resourceImageUsageFlags (ResourceType resourceType)
+{
+	VkImageUsageFlags flags = (VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT);
+
+	switch (resourceType)
+	{
+	case ResourceType::STORAGE_IMAGE:	flags |= VK_IMAGE_USAGE_STORAGE_BIT;	break;
+	case ResourceType::SAMPLED_IMAGE:	flags |= VK_IMAGE_USAGE_SAMPLED_BIT;	break;
+	default: DE_ASSERT(false); break;
+	}
+
+	return flags;
+}
+
+// Buffer usage flags for the buffer resource.
+VkBufferUsageFlags resourceBufferUsageFlags (ResourceType resourceType)
+{
+	VkBufferUsageFlags flags = (VK_BUFFER_USAGE_TRANSFER_SRC_BIT | VK_BUFFER_USAGE_TRANSFER_DST_BIT);
+
+	switch (resourceType)
+	{
+	case ResourceType::UNIFORM_BUFFER:	flags |= VK_BUFFER_USAGE_UNIFORM_BUFFER_BIT;	break;
+	case ResourceType::STORAGE_BUFFER:	flags |= VK_BUFFER_USAGE_STORAGE_BUFFER_BIT;	break;
+	default: DE_ASSERT(false); break;
+	}
+
+	return flags;
+}
+
+// A subpass dependency is needed if both the source and destination stages are shader stages.
+bool needsSubpassDependency (Stage fromStage, Stage toStage)
+{
+	return (isShaderStage(fromStage) && isShaderStage(toStage));
+}
+
+struct TestParams
+{
+	Stage			fromStage;
+	Stage			toStage;
+	ResourceType	resourceType;
+	BarrierType		barrierType;
+	WriteAccess		writeAccess;
+	ReadAccess		readAccess;
+	uint32_t		testValue;
+
+protected:
+	bool readsOrWritesIn (Stage stage) const
+	{
+		DE_ASSERT(fromStage != toStage);
+		return (fromStage == stage || toStage == stage);
+	}
+
+public:
+	bool needsTask () const
+	{
+		return readsOrWritesIn(Stage::TASK);
+	}
+
+	bool readsOrWritesInMesh () const
+	{
+		return readsOrWritesIn(Stage::MESH);
+	}
+
+	std::string getResourceDecl () const
+	{
+		const auto			imgFormat		= ((resourceType == ResourceType::STORAGE_IMAGE) ? ", r32ui" : "");
+		const auto			storagePrefix	= ((writeAccess == WriteAccess::SHADER_WRITE) ? "" : "readonly ");
+		std::ostringstream	decl;
+
+		decl << "layout (set=0, binding=0" << imgFormat << ") ";
+		switch (resourceType)
+		{
+		case ResourceType::UNIFORM_BUFFER:	decl << "uniform UniformBuffer { uint value; } ub;";					break;
+		case ResourceType::STORAGE_BUFFER:	decl << storagePrefix << "buffer StorageBuffer { uint value; } sb;";	break;
+		case ResourceType::STORAGE_IMAGE:	decl << storagePrefix << "uniform uimage2D si;";						break;
+		case ResourceType::SAMPLED_IMAGE:	decl << "uniform usampler2D sampled;";									break;
+		default:							DE_ASSERT(false);														break;
+		}
+
+		decl << "\n";
+		return decl.str();
+	}
+
+	std::string getReadStatement (const std::string& outName) const
+	{
+		std::ostringstream statement;
+		statement << "    " << outName << " = ";
+
+		switch (resourceType)
+		{
+		case ResourceType::UNIFORM_BUFFER:	statement << "ub.value";							break;
+		case ResourceType::STORAGE_BUFFER:	statement << "sb.value";							break;
+		case ResourceType::STORAGE_IMAGE:	statement << "imageLoad(si, ivec2(0, 0)).x";		break;
+		case ResourceType::SAMPLED_IMAGE:	statement << "texture(sampled, vec2(0.5, 0.5)).x";	break;
+		default:							DE_ASSERT(false); break;
+		}
+
+		statement << ";\n";
+		return statement.str();
+	}
+
+	std::string getWriteStatement (const std::string& valueName) const
+	{
+		std::ostringstream statement;
+		statement << "    ";
+
+		switch (resourceType)
+		{
+		case ResourceType::STORAGE_BUFFER:	statement << "sb.value = " << valueName;											break;
+		case ResourceType::STORAGE_IMAGE:	statement << "imageStore(si, ivec2(0, 0), uvec4(" << valueName << ", 0, 0, 0))";	break;
+		case ResourceType::UNIFORM_BUFFER:	// fallthrough
+		case ResourceType::SAMPLED_IMAGE:	// fallthrough
+		default:							DE_ASSERT(false); break;
+		}
+
+		statement << ";\n";
+		return statement.str();
+	}
+
+	VkShaderStageFlags getResourceShaderStages () const
+	{
+		VkShaderStageFlags flags = 0u;
+
+		if (fromStage == Stage::TASK || toStage == Stage::TASK)	flags |= VK_SHADER_STAGE_TASK_BIT_NV;
+		if (fromStage == Stage::MESH || toStage == Stage::MESH)	flags |= VK_SHADER_STAGE_MESH_BIT_NV;
+		if (fromStage == Stage::FRAG || toStage == Stage::FRAG)	flags |= VK_SHADER_STAGE_FRAGMENT_BIT;
+
+		// We assume at least something must be done either on the task or mesh shaders for the tests to be interesting.
+		DE_ASSERT((flags & (VK_SHADER_STAGE_TASK_BIT_NV | VK_SHADER_STAGE_MESH_BIT_NV)) != 0u);
+		return flags;
+	}
+
+	// We'll prefer to keep the image in the general layout if it will be written to from a shader stage or if the barrier is going to be a generic memory barrier.
+	bool preferGeneralLayout () const
+	{
+		return (isShaderStage(fromStage) || (barrierType == BarrierType::GENERAL) || (resourceType == ResourceType::STORAGE_IMAGE));
+	}
+};
+
+class MeshShaderSyncCase : public vkt::TestCase
+{
+public:
+					MeshShaderSyncCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params)
+						: vkt::TestCase (testCtx, name, description), m_params (params)
+						{}
+
+	virtual			~MeshShaderSyncCase		(void) {}
+
+	void			checkSupport			(Context& context) const override;
+	void			initPrograms			(vk::SourceCollections& programCollection) const override;
+	TestInstance*	createInstance			(Context& context) const override;
+
+protected:
+	TestParams		m_params;
+};
+
+class MeshShaderSyncInstance : public vkt::TestInstance
+{
+public:
+						MeshShaderSyncInstance	(Context& context, const TestParams& params) : vkt::TestInstance(context), m_params(params) {}
+	virtual				~MeshShaderSyncInstance	(void) {}
+
+	tcu::TestStatus		iterate					(void) override;
+
+protected:
+	TestParams			m_params;
+};
+
+void MeshShaderSyncCase::checkSupport (Context& context) const
+{
+	context.requireDeviceFunctionality("VK_NV_mesh_shader");
+
+	const auto& meshFeatures = context.getMeshShaderFeatures();
+
+	if (!meshFeatures.meshShader)
+		TCU_THROW(NotSupportedError, "Mesh shaders not supported");
+
+	if (m_params.needsTask() && !meshFeatures.taskShader)
+		TCU_THROW(NotSupportedError, "Task shaders not supported");
+
+	if (m_params.writeAccess == WriteAccess::SHADER_WRITE)
+	{
+		const auto& features = context.getDeviceFeatures();
+		if (!features.vertexPipelineStoresAndAtomics)
+			TCU_THROW(NotSupportedError, "Vertex pipeline stores not supported");
+	}
+}
+
+void MeshShaderSyncCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	const bool	needsTaskShader	= m_params.needsTask();
+	const auto	valueStr		= de::toString(m_params.testValue);
+	const auto	resourceDecl	= m_params.getResourceDecl();
+
+	if (needsTaskShader)
+	{
+
+		std::ostringstream task;
+		task
+			<< "#version 450\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout(local_size_x=1) in;\n"
+			<< "\n"
+			<< "out taskNV TaskData { uint value; } td;\n"
+			<< "\n"
+			<< resourceDecl
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_TaskCountNV = 1u;\n"
+			<< "    td.value = 0u;\n"
+			<< ((m_params.fromStage == Stage::TASK)	? m_params.getWriteStatement(valueStr)	: "")
+			<< ((m_params.toStage == Stage::TASK)	? m_params.getReadStatement("td.value")	: "")
+			<< "}\n"
+			;
+		programCollection.glslSources.add("task") << glu::TaskSource(task.str());
+	}
+
+	{
+		std::ostringstream mesh;
+		mesh
+			<< "#version 450\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout(local_size_x=1) in;\n"
+			<< "layout(triangles) out;\n"
+			<< "layout(max_vertices=3, max_primitives=1) out;\n"
+			<< "\n"
+			<< (needsTaskShader ? "in taskNV TaskData { uint value; } td;\n" : "")
+			<< "layout (location=0) out perprimitiveNV uint primitiveValue[];\n"
+			<< "\n"
+			<< (m_params.readsOrWritesInMesh() ? resourceDecl : "")
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "    gl_PrimitiveCountNV = 1u;\n"
+			<< (needsTaskShader ? "    primitiveValue[0] = td.value;\n" : "")
+			<< ((m_params.fromStage == Stage::MESH)	? m_params.getWriteStatement(valueStr)				: "")
+			<< ((m_params.toStage == Stage::MESH)	? m_params.getReadStatement("primitiveValue[0]")	: "")
+			<< "\n"
+			<< "    gl_MeshVerticesNV[0].gl_Position = vec4(-1.0, -1.0, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[1].gl_Position = vec4(-1.0,  3.0, 0.0, 1.0);\n"
+			<< "    gl_MeshVerticesNV[2].gl_Position = vec4( 3.0, -1.0, 0.0, 1.0);\n"
+			<< "    gl_PrimitiveIndicesNV[0] = 0;\n"
+			<< "    gl_PrimitiveIndicesNV[1] = 1;\n"
+			<< "    gl_PrimitiveIndicesNV[2] = 2;\n"
+			<< "}\n"
+			;
+		programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str());
+	}
+
+	{
+		const bool			readFromFrag = (m_params.toStage == Stage::FRAG);
+		std::ostringstream	frag;
+
+		frag
+			<< "#version 450\n"
+			<< "#extension GL_NV_mesh_shader : enable\n"
+			<< "\n"
+			<< "layout (location=0) in perprimitiveNV flat uint primitiveValue;\n"
+			<< "layout (location=0) out uvec4 outColor;\n"
+			<< "\n"
+			<< (readFromFrag ? resourceDecl : "")
+			<< "\n"
+			<< "void main ()\n"
+			<< "{\n"
+			<< "	outColor = uvec4(primitiveValue, 0, 0, 0);\n"
+			<< (readFromFrag ? m_params.getReadStatement("const uint readVal")	: "")
+			<< (readFromFrag ? "    outColor = uvec4(readVal, 0, 0, 0);\n"		: "")
+			<< "}\n"
+			;
+		programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str());
+	}
+}
+
+TestInstance* MeshShaderSyncCase::createInstance (Context& context) const
+{
+	return new MeshShaderSyncInstance(context, m_params);
+}
+
+// General description behind these tests.
+//
+//	From				To
+//	==============================
+//	HOST				TASK			Prepare buffer from host. Only valid for uniform and storage buffers. Read value from task into td.value. Verify color buffer.
+//	HOST				MESH			Same situation. Read value from mesh into primitiveValue[0]. Verify color buffer.
+//	TRANSFER			TASK			Prepare auxiliary host-coherent source buffer from host. Copy buffer to buffer or buffer to image. Read from task into td.value. Verify color buffer.
+//	TRANSFER			MESH			Same initial steps. Read from mesh into primitiveValue[0]. Verify color buffer.
+//	TASK				MESH			Write value to buffer or image from task shader. Only valid for storage buffers and images. Read from mesh into primitiveValue[0]. Verify color buffer.
+//	TASK				FRAG			Same write procedure and restrictions. Read from frag into outColor. Verify color buffer.
+//	TASK				TRANSFER		Same write procedure and restrictions. Prepare auxiliary host-coherent read buffer and copy buffer to buffer or image to buffer. Verify auxiliary buffer.
+//	TASK				HOST			Due to From/To restrictions, only valid for storage buffers. Same write procedure. Read and verify buffer directly.
+//	MESH				FRAG			Same as task to frag but the write instructions need to be in the mesh shader.
+//	MESH				TRANSFER		Same as task to transfer but the write instructions need to be in the mesh shader.
+//	MESH				HOST			Same as task to host but the write instructions need to be in the mesh shader.
+//
+
+Move<VkRenderPass> createCustomRenderPass (const DeviceInterface& vkd, VkDevice device, VkFormat colorFormat, const TestParams& params)
+{
+	const std::vector<VkAttachmentDescription> attachmentDescs =
+	{
+		{
+			0u,											//	VkAttachmentDescriptionFlags	flags;
+			colorFormat,								//	VkFormat						format;
+			VK_SAMPLE_COUNT_1_BIT,						//	VkSampleCountFlagBits			samples;
+			VK_ATTACHMENT_LOAD_OP_CLEAR,				//	VkAttachmentLoadOp				loadOp;
+			VK_ATTACHMENT_STORE_OP_STORE,				//	VkAttachmentStoreOp				storeOp;
+			VK_ATTACHMENT_LOAD_OP_DONT_CARE,			//	VkAttachmentLoadOp				stencilLoadOp;
+			VK_ATTACHMENT_STORE_OP_DONT_CARE,			//	VkAttachmentStoreOp				stencilStoreOp;
+			VK_IMAGE_LAYOUT_UNDEFINED,					//	VkImageLayout					initialLayout;
+			VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,	//	VkImageLayout					finalLayout;
+		}
+	};
+
+	const std::vector<VkAttachmentReference> attachmentRefs = { { 0u, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL } };
+
+	const std::vector<VkSubpassDescription> subpassDescs =
+	{
+		{
+			0u,												//	VkSubpassDescriptionFlags		flags;
+			VK_PIPELINE_BIND_POINT_GRAPHICS,				//	VkPipelineBindPoint				pipelineBindPoint;
+			0u,												//	uint32_t						inputAttachmentCount;
+			nullptr,										//	const VkAttachmentReference*	pInputAttachments;
+			static_cast<uint32_t>(attachmentRefs.size()),	//	uint32_t						colorAttachmentCount;
+			de::dataOrNull(attachmentRefs),					//	const VkAttachmentReference*	pColorAttachments;
+			nullptr,										//	const VkAttachmentReference*	pResolveAttachments;
+			nullptr,										//	const VkAttachmentReference*	pDepthStencilAttachment;
+			0u,												//	uint32_t						preserveAttachmentCount;
+			nullptr,										//	const uint32_t*					pPreserveAttachments;
+		}
+	};
+
+	// When both stages are shader stages, the dependency will be expressed as a subpass dependency.
+	std::vector<VkSubpassDependency> dependencies;
+	if (needsSubpassDependency(params.fromStage, params.toStage))
+	{
+		const VkSubpassDependency dependency =
+		{
+			0u,											//	uint32_t				srcSubpass;
+			0u,											//	uint32_t				dstSubpass;
+			stageToFlags(params.fromStage),				//	VkPipelineStageFlags	srcStageMask;
+			stageToFlags(params.toStage),				//	VkPipelineStageFlags	dstStageMask;
+			writeAccessToFlags(params.writeAccess),		//	VkAccessFlags			srcAccessMask;
+			readAccessToFlags(params.readAccess),		//	VkAccessFlags			dstAccessMask;
+			0u,											//	VkDependencyFlags		dependencyFlags;
+		};
+		dependencies.push_back(dependency);
+	}
+
+	const VkRenderPassCreateInfo createInfo =
+	{
+		VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO,		//	VkStructureType					sType;
+		nullptr,										//	const void*						pNext;
+		0u,												//	VkRenderPassCreateFlags			flags;
+		static_cast<uint32_t>(attachmentDescs.size()),	//	uint32_t						attachmentCount;
+		de::dataOrNull(attachmentDescs),				//	const VkAttachmentDescription*	pAttachments;
+		static_cast<uint32_t>(subpassDescs.size()),		//	uint32_t						subpassCount;
+		de::dataOrNull(subpassDescs),					//	const VkSubpassDescription*		pSubpasses;
+		static_cast<uint32_t>(dependencies.size()),		//	uint32_t						dependencyCount;
+		de::dataOrNull(dependencies),					//	const VkSubpassDependency*		pDependencies;
+	};
+
+	return createRenderPass(vkd, device, &createInfo);
+}
+
+void hostToTransferMemoryBarrier (const DeviceInterface& vkd, VkCommandBuffer cmdBuffer)
+{
+	const auto barrier = makeMemoryBarrier(VK_ACCESS_HOST_WRITE_BIT, VK_ACCESS_TRANSFER_READ_BIT);
+	vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_HOST_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, 0u, 1u, &barrier, 0u, nullptr, 0u, nullptr);
+}
+
+void transferToHostMemoryBarrier (const DeviceInterface& vkd, VkCommandBuffer cmdBuffer)
+{
+	const auto barrier = makeMemoryBarrier(VK_ACCESS_TRANSFER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT);
+	vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_HOST_BIT, 0u, 1u, &barrier, 0u, nullptr, 0u, nullptr);
+}
+
+tcu::TestStatus MeshShaderSyncInstance::iterate (void)
+{
+	const auto&	vkd						= m_context.getDeviceInterface();
+	const auto	device					= m_context.getDevice();
+	auto&		alloc					= m_context.getDefaultAllocator();
+	const auto	queueIndex				= m_context.getUniversalQueueFamilyIndex();
+	const auto	queue					= m_context.getUniversalQueue();
+
+	const auto	imageFormat				= getImageFormat();
+	const auto	imageExtent				= getImageExtent();
+	const auto	colorBufferUsage		= (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT);
+	const auto	colorSRR				= makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u);
+	const auto	colorSRL				= makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, 1u);
+	const auto	bufferSize				= static_cast<VkDeviceSize>(sizeof(m_params.testValue));
+	const auto	descriptorType			= resourceTypeToDescriptor(m_params.resourceType);
+	const auto	resourceStages			= m_params.getResourceShaderStages();
+	const auto	auxiliarBufferUsage		= (VK_BUFFER_USAGE_TRANSFER_SRC_BIT | VK_BUFFER_USAGE_TRANSFER_DST_BIT);
+	const auto	useGeneralLayout		= m_params.preferGeneralLayout();
+
+	const auto	writeAccessFlags		= writeAccessToFlags(m_params.writeAccess);
+	const auto	readAccessFlags			= readAccessToFlags(m_params.readAccess);
+	const auto	fromStageFlags			= stageToFlags(m_params.fromStage);
+	const auto	toStageFlags			= stageToFlags(m_params.toStage);
+
+	// Prepare color buffer.
+	const VkImageCreateInfo colorBufferCreateInfo =
+	{
+		VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,	//	VkStructureType			sType;
+		nullptr,								//	const void*				pNext;
+		0u,										//	VkImageCreateFlags		flags;
+		VK_IMAGE_TYPE_2D,						//	VkImageType				imageType;
+		imageFormat,							//	VkFormat				format;
+		imageExtent,							//	VkExtent3D				extent;
+		1u,										//	uint32_t				mipLevels;
+		1u,										//	uint32_t				arrayLayers;
+		VK_SAMPLE_COUNT_1_BIT,					//	VkSampleCountFlagBits	samples;
+		VK_IMAGE_TILING_OPTIMAL,				//	VkImageTiling			tiling;
+		colorBufferUsage,						//	VkImageUsageFlags		usage;
+		VK_SHARING_MODE_EXCLUSIVE,				//	VkSharingMode			sharingMode;
+		0u,										//	uint32_t				queueFamilyIndexCount;
+		nullptr,								//	const uint32_t*			pQueueFamilyIndices;
+		VK_IMAGE_LAYOUT_UNDEFINED,				//	VkImageLayout			initialLayout;
+	};
+	ImageWithMemory	colorBuffer		(vkd, device, alloc, colorBufferCreateInfo, MemoryRequirement::Any);
+	const auto		colorBufferView	= makeImageView(vkd, device, colorBuffer.get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR);
+
+	// Main resource.
+	using ImageWithMemoryPtr	= de::MovePtr<ImageWithMemory>;
+	using BufferWithMemoryPtr	= de::MovePtr<BufferWithMemory>;
+
+	ImageWithMemoryPtr	imageResource;
+	Move<VkImageView>	imageResourceView;
+	VkImageLayout		imageDescriptorLayout	= (useGeneralLayout ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL);
+	VkImageLayout		currentLayout			= VK_IMAGE_LAYOUT_UNDEFINED;
+	BufferWithMemoryPtr	bufferResource;
+
+	bool useImageResource	= false;
+	bool useBufferResource	= false;
+
+	switch (m_params.resourceType)
+	{
+	case ResourceType::UNIFORM_BUFFER:
+	case ResourceType::STORAGE_BUFFER:
+		useBufferResource = true;
+		break;
+	case ResourceType::STORAGE_IMAGE:
+	case ResourceType::SAMPLED_IMAGE:
+		useImageResource = true;
+		break;
+	default:
+		DE_ASSERT(false);
+		break;
+	}
+
+	// One resource needed.
+	DE_ASSERT(useImageResource != useBufferResource);
+
+	if (useImageResource)
+	{
+		const auto resourceImageUsage = resourceImageUsageFlags(m_params.resourceType);
+
+		const VkImageCreateInfo resourceCreateInfo =
+		{
+			VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,	//	VkStructureType			sType;
+			nullptr,								//	const void*				pNext;
+			0u,										//	VkImageCreateFlags		flags;
+			VK_IMAGE_TYPE_2D,						//	VkImageType				imageType;
+			imageFormat,							//	VkFormat				format;
+			imageExtent,							//	VkExtent3D				extent;
+			1u,										//	uint32_t				mipLevels;
+			1u,										//	uint32_t				arrayLayers;
+			VK_SAMPLE_COUNT_1_BIT,					//	VkSampleCountFlagBits	samples;
+			VK_IMAGE_TILING_OPTIMAL,				//	VkImageTiling			tiling;
+			resourceImageUsage,						//	VkImageUsageFlags		usage;
+			VK_SHARING_MODE_EXCLUSIVE,				//	VkSharingMode			sharingMode;
+			0u,										//	uint32_t				queueFamilyIndexCount;
+			nullptr,								//	const uint32_t*			pQueueFamilyIndices;
+			VK_IMAGE_LAYOUT_UNDEFINED,				//	VkImageLayout			initialLayout;
+		};
+		imageResource		= ImageWithMemoryPtr(new ImageWithMemory(vkd, device, alloc, resourceCreateInfo, MemoryRequirement::Any));
+		imageResourceView	= makeImageView(vkd, device, imageResource->get(), VK_IMAGE_VIEW_TYPE_2D, imageFormat, colorSRR);
+	}
+	else
+	{
+		const auto resourceBufferUsage		= resourceBufferUsageFlags(m_params.resourceType);
+		const auto resourceBufferCreateInfo	= makeBufferCreateInfo(bufferSize, resourceBufferUsage);
+		bufferResource = BufferWithMemoryPtr(new BufferWithMemory(vkd, device, alloc, resourceBufferCreateInfo, MemoryRequirement::HostVisible));
+	}
+
+	Move<VkSampler> sampler;
+	if (descriptorType == VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER)
+	{
+		const VkSamplerCreateInfo samplerCreateInfo =
+		{
+			VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO,	//	VkStructureType			sType;
+			nullptr,								//	const void*				pNext;
+			0u,										//	VkSamplerCreateFlags	flags;
+			VK_FILTER_NEAREST,						//	VkFilter				magFilter;
+			VK_FILTER_NEAREST,						//	VkFilter				minFilter;
+			VK_SAMPLER_MIPMAP_MODE_NEAREST,			//	VkSamplerMipmapMode		mipmapMode;
+			VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,	//	VkSamplerAddressMode	addressModeU;
+			VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,	//	VkSamplerAddressMode	addressModeV;
+			VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE,	//	VkSamplerAddressMode	addressModeW;
+			0.0f,									//	float					mipLodBias;
+			VK_FALSE,								//	VkBool32				anisotropyEnable;
+			1.0f,									//	float					maxAnisotropy;
+			VK_FALSE,								//	VkBool32				compareEnable;
+			VK_COMPARE_OP_NEVER,					//	VkCompareOp				compareOp;
+			0.0f,									//	float					minLod;
+			0.0f,									//	float					maxLod;
+			VK_BORDER_COLOR_INT_TRANSPARENT_BLACK,	//	VkBorderColor			borderColor;
+			VK_FALSE,								//	VkBool32				unnormalizedCoordinates;
+		};
+		sampler = createSampler(vkd, device, &samplerCreateInfo);
+	}
+
+	// Auxiliary host-coherent buffer for some cases. Being host-coherent lets us avoid extra barriers that would "pollute" synchronization tests.
+	BufferWithMemoryPtr hostCoherentBuffer;
+	void*				hostCoherentDataPtr = nullptr;
+	if (needsAuxiliarBuffer(m_params.fromStage, m_params.toStage))
+	{
+		const auto auxiliarBufferCreateInfo = makeBufferCreateInfo(bufferSize, auxiliarBufferUsage);
+		hostCoherentBuffer	= BufferWithMemoryPtr(new BufferWithMemory(vkd, device, alloc, auxiliarBufferCreateInfo, (MemoryRequirement::HostVisible | MemoryRequirement::Coherent)));
+		hostCoherentDataPtr	= hostCoherentBuffer->getAllocation().getHostPtr();
+	}
+
+	// Descriptor pool.
+	Move<VkDescriptorPool> descriptorPool;
+	{
+		DescriptorPoolBuilder poolBuilder;
+		poolBuilder.addType(descriptorType);
+		descriptorPool = poolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u);
+	}
+
+	// Descriptor set layout.
+	Move<VkDescriptorSetLayout> setLayout;
+	{
+		DescriptorSetLayoutBuilder layoutBuilder;
+		layoutBuilder.addSingleBinding(descriptorType, resourceStages);
+		setLayout = layoutBuilder.build(vkd, device);
+	}
+
+	// Descriptor set.
+	const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get());
+
+	// Update descriptor set.
+	{
+		DescriptorSetUpdateBuilder	updateBuilder;
+		const auto					location = DescriptorSetUpdateBuilder::Location::binding(0u);
+
+		switch (descriptorType)
+		{
+		case VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER:
+		case VK_DESCRIPTOR_TYPE_STORAGE_BUFFER:
+			{
+				const auto bufferInfo = makeDescriptorBufferInfo(bufferResource->get(), 0ull, bufferSize);
+				updateBuilder.writeSingle(descriptorSet.get(), location, descriptorType, &bufferInfo);
+			}
+			break;
+		case VK_DESCRIPTOR_TYPE_STORAGE_IMAGE:
+		case VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER:
+			{
+				auto descriptorImageInfo = makeDescriptorImageInfo(sampler.get(), imageResourceView.get(), imageDescriptorLayout);
+				updateBuilder.writeSingle(descriptorSet.get(), location, descriptorType, &descriptorImageInfo);
+			}
+			break;
+		default:
+			DE_ASSERT(false); break;
+		}
+
+		updateBuilder.update(vkd, device);
+	}
+
+	// Shader modules.
+	Move<VkShaderModule> taskShader;
+	Move<VkShaderModule> meshShader;
+	Move<VkShaderModule> fragShader;
+
+	const auto& binaries = m_context.getBinaryCollection();
+
+	if (m_params.needsTask())
+		taskShader = createShaderModule(vkd, device, binaries.get("task"), 0u);
+	meshShader = createShaderModule(vkd, device, binaries.get("mesh"), 0u);
+	fragShader = createShaderModule(vkd, device, binaries.get("frag"), 0u);
+
+	// Pipeline layout, render pass, framebuffer.
+	const auto pipelineLayout	= makePipelineLayout(vkd, device, setLayout.get());
+	const auto renderPass		= createCustomRenderPass(vkd, device, imageFormat, m_params);
+	const auto framebuffer		= makeFramebuffer(vkd, device, renderPass.get(), colorBufferView.get(), imageExtent.width, imageExtent.height);
+
+	// Pipeline.
+	std::vector<VkViewport>	viewports	(1u, makeViewport(imageExtent));
+	std::vector<VkRect2D>	scissors	(1u, makeRect2D(imageExtent));
+	const auto				pipeline	= makeGraphicsPipeline(vkd, device, pipelineLayout.get(), taskShader.get(), meshShader.get(), fragShader.get(), renderPass.get(), viewports, scissors);
+
+	// Command pool and buffer.
+	const auto cmdPool		= makeCommandPool(vkd, device, queueIndex);
+	const auto cmdBufferPtr	= allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY);
+	const auto cmdBuffer	= cmdBufferPtr.get();
+
+	beginCommandBuffer(vkd, cmdBuffer);
+
+	if (m_params.fromStage == Stage::HOST)
+	{
+		// Prepare buffer from host when the source stage is the host.
+		DE_ASSERT(useBufferResource);
+
+		auto& resourceBufferAlloc	= bufferResource->getAllocation();
+		void* resourceBufferDataPtr	= resourceBufferAlloc.getHostPtr();
+
+		deMemcpy(resourceBufferDataPtr, &m_params.testValue, sizeof(m_params.testValue));
+		flushAlloc(vkd, device, resourceBufferAlloc);
+	}
+	else if (m_params.fromStage == Stage::TRANSFER)
+	{
+		// Put value in host-coherent buffer and transfer it to the resource buffer or image.
+		deMemcpy(hostCoherentDataPtr, &m_params.testValue, sizeof(m_params.testValue));
+		hostToTransferMemoryBarrier(vkd, cmdBuffer);
+
+		if (useBufferResource)
+		{
+			const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize);
+			vkd.cmdCopyBuffer(cmdBuffer, hostCoherentBuffer->get(), bufferResource->get(), 1u, &copyRegion);
+		}
+		else
+		{
+			// Move image to the right layout for transfer.
+			const auto newLayout = (useGeneralLayout ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL);
+			if (newLayout != currentLayout)
+			{
+				const auto preCopyBarrier = makeImageMemoryBarrier(0u, VK_ACCESS_TRANSFER_WRITE_BIT, currentLayout, newLayout, imageResource->get(), colorSRR);
+				vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, 0u, 0u, nullptr, 0u, nullptr, 1u, &preCopyBarrier);
+				currentLayout = newLayout;
+			}
+			const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL);
+			vkd.cmdCopyBufferToImage(cmdBuffer, hostCoherentBuffer->get(), imageResource->get(), currentLayout, 1u, &copyRegion);
+		}
+	}
+	else if (m_params.fromStage == Stage::TASK || m_params.fromStage == Stage::MESH)
+	{
+		// The image or buffer will be written to from shaders. Images need to be in the right layout.
+		if (useImageResource)
+		{
+			const auto newLayout = VK_IMAGE_LAYOUT_GENERAL;
+			if (newLayout != currentLayout)
+			{
+				const auto preWriteBarrier = makeImageMemoryBarrier(0u, (VK_ACCESS_SHADER_READ_BIT | VK_ACCESS_SHADER_WRITE_BIT), currentLayout, newLayout, imageResource->get(), colorSRR);
+				vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, fromStageFlags, 0u, 0u, nullptr, 0u, nullptr, 1u, &preWriteBarrier);
+				currentLayout = newLayout;
+			}
+		}
+	}
+	else
+	{
+		DE_ASSERT(false);
+	}
+
+	// If the resource is going to be read from shaders, we'll insert the main barrier before running the pipeline.
+	if (isShaderStage(m_params.toStage))
+	{
+		if (m_params.barrierType == BarrierType::GENERAL)
+		{
+			const auto memoryBarrier = makeMemoryBarrier(writeAccessFlags, readAccessFlags);
+			vkd.cmdPipelineBarrier(cmdBuffer, fromStageFlags, toStageFlags, 0u, 1u, &memoryBarrier, 0u, nullptr, 0u, nullptr);
+		}
+		else if (m_params.barrierType == BarrierType::SPECIFIC)
+		{
+			if (useBufferResource)
+			{
+				const auto bufferBarrier = makeBufferMemoryBarrier(writeAccessFlags, readAccessFlags, bufferResource->get(), 0ull, bufferSize);
+				vkd.cmdPipelineBarrier(cmdBuffer, fromStageFlags, toStageFlags, 0u, 0u, nullptr, 1u, &bufferBarrier, 0u, nullptr);
+			}
+			else
+			{
+				const auto newLayout	= (useGeneralLayout ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL);
+				const auto imageBarrier	= makeImageMemoryBarrier(writeAccessFlags, readAccessFlags, currentLayout, newLayout, imageResource->get(), colorSRR);
+
+				vkd.cmdPipelineBarrier(cmdBuffer, fromStageFlags, toStageFlags, 0u, 0u, nullptr, 0u, nullptr, 1u, &imageBarrier);
+				currentLayout = newLayout;
+			}
+		}
+		// For subpass dependencies, they have already been included in the render pass.
+	}
+
+	// Run the pipeline.
+	beginRenderPass(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissors.at(0), tcu::UVec4(0u));
+	vkd.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipelineLayout.get(), 0u, 1u, &descriptorSet.get(), 0u, nullptr);
+	vkd.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipeline.get());
+	vkd.cmdDrawMeshTasksNV(cmdBuffer, 1u, 0u);
+	endRenderPass(vkd, cmdBuffer);
+
+	// If the resource was written to from the shaders, insert the main barrier after running the pipeline.
+	if (isShaderStage(m_params.fromStage))
+	{
+		if (m_params.barrierType == BarrierType::GENERAL)
+		{
+			const auto memoryBarrier = makeMemoryBarrier(writeAccessFlags, readAccessFlags);
+			vkd.cmdPipelineBarrier(cmdBuffer, fromStageFlags, toStageFlags, 0u, 1u, &memoryBarrier, 0u, nullptr, 0u, nullptr);
+		}
+		else if (m_params.barrierType == BarrierType::SPECIFIC)
+		{
+			if (useBufferResource)
+			{
+				const auto bufferBarrier = makeBufferMemoryBarrier(writeAccessFlags, readAccessFlags, bufferResource->get(), 0ull, bufferSize);
+				vkd.cmdPipelineBarrier(cmdBuffer, fromStageFlags, toStageFlags, 0u, 0u, nullptr, 1u, &bufferBarrier, 0u, nullptr);
+			}
+			else
+			{
+				// Note: the image will only be read from shader stages (which is covered in BarrierType::DEPENDENCY) or from the transfer stage.
+				const auto newLayout	= (useGeneralLayout ? VK_IMAGE_LAYOUT_GENERAL : VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL);
+				const auto imageBarrier	= makeImageMemoryBarrier(writeAccessFlags, readAccessFlags, currentLayout, newLayout, imageResource->get(), colorSRR);
+
+				vkd.cmdPipelineBarrier(cmdBuffer, fromStageFlags, toStageFlags, 0u, 0u, nullptr, 0u, nullptr, 1u, &imageBarrier);
+				currentLayout = newLayout;
+			}
+		}
+		// For subpass dependencies, they have already been included in the render pass.
+	}
+
+	// Read resource from the destination stage if needed.
+	if (m_params.toStage == Stage::HOST)
+	{
+		// Nothing to do. The test value should be in the resource buffer already, which is host-visible.
+	}
+	else if (m_params.toStage == Stage::TRANSFER)
+	{
+		// Copy value from resource to host-coherent buffer to be verified later.
+		if (useBufferResource)
+		{
+			const auto copyRegion = makeBufferCopy(0ull, 0ull, bufferSize);
+			vkd.cmdCopyBuffer(cmdBuffer, bufferResource->get(), hostCoherentBuffer->get(), 1u, &copyRegion);
+		}
+		else
+		{
+			const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL);
+			vkd.cmdCopyImageToBuffer(cmdBuffer, imageResource->get(), currentLayout, hostCoherentBuffer->get(), 1u, &copyRegion);
+		}
+
+		transferToHostMemoryBarrier(vkd, cmdBuffer);
+	}
+
+	// If the output value will be available in the color buffer, take the chance to transfer its contents to a host-coherent buffer.
+	BufferWithMemoryPtr colorVerificationBuffer;
+	void*				colorVerificationDataPtr = nullptr;
+
+	if (valueInColorBuffer(m_params.toStage))
+	{
+		const auto auxiliarBufferCreateInfo = makeBufferCreateInfo(bufferSize, auxiliarBufferUsage);
+		colorVerificationBuffer		= BufferWithMemoryPtr(new BufferWithMemory(vkd, device, alloc, auxiliarBufferCreateInfo, (MemoryRequirement::HostVisible | MemoryRequirement::Coherent)));
+		colorVerificationDataPtr	= colorVerificationBuffer->getAllocation().getHostPtr();
+
+		const auto srcAccess	= (VK_ACCESS_COLOR_ATTACHMENT_READ_BIT | VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT);
+		const auto dstAccess	= VK_ACCESS_TRANSFER_READ_BIT;
+		const auto colorBarrier	= makeImageMemoryBarrier(srcAccess, dstAccess, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorBuffer.get(), colorSRR);
+		vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, 0u, 0u, nullptr, 0u, nullptr, 1u, &colorBarrier);
+
+		const auto copyRegion = makeBufferImageCopy(imageExtent, colorSRL);
+		vkd.cmdCopyImageToBuffer(cmdBuffer, colorBuffer.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorVerificationBuffer->get(), 1u, &copyRegion);
+
+		transferToHostMemoryBarrier(vkd, cmdBuffer);
+	}
+
+
+	endCommandBuffer(vkd, cmdBuffer);
+	submitCommandsAndWait(vkd, device, queue, cmdBuffer);
+
+	// Verify output resources as needed.
+
+	if (valueInAuxiliarDestBuffer(m_params.toStage))
+	{
+		uint32_t bufferValue;
+		deMemcpy(&bufferValue, hostCoherentDataPtr, sizeof(bufferValue));
+
+		if (bufferValue != m_params.testValue)
+		{
+			std::ostringstream msg;
+			msg << "Unexpected value in auxiliar host-coherent buffer: found " << bufferValue << " and expected " << m_params.testValue;
+			TCU_FAIL(msg.str());
+		}
+	}
+
+	if (valueInResourceBuffer(m_params.toStage))
+	{
+		auto&		resourceBufferAlloc		= bufferResource->getAllocation();
+		void*		resourceBufferDataPtr	= resourceBufferAlloc.getHostPtr();
+		uint32_t	bufferValue;
+
+		invalidateAlloc(vkd, device, resourceBufferAlloc);
+		deMemcpy(&bufferValue, resourceBufferDataPtr, sizeof(bufferValue));
+
+		if (bufferValue != m_params.testValue)
+		{
+			std::ostringstream msg;
+			msg << "Unexpected value in resource buffer: found " << bufferValue << " and expected " << m_params.testValue;
+			TCU_FAIL(msg.str());
+		}
+	}
+
+	if (valueInColorBuffer(m_params.toStage))
+	{
+		uint32_t bufferValue;
+		deMemcpy(&bufferValue, colorVerificationDataPtr, sizeof(bufferValue));
+
+		if (bufferValue != m_params.testValue)
+		{
+			std::ostringstream msg;
+			msg << "Unexpected value in color verification buffer: found " << bufferValue << " and expected " << m_params.testValue;
+			TCU_FAIL(msg.str());
+		}
+	}
+
+	return tcu::TestStatus::pass("Pass");
+}
+
+} // anonymous
+
+tcu::TestCaseGroup* createMeshShaderSyncTests (tcu::TestContext& testCtx)
+{
+	const struct
+	{
+		Stage		fromStage;
+		Stage		toStage;
+	} stageCombinations[] =
+	{
+		// Combinations where the source and destination stages involve mesh shaders.
+		// Note: this could be tested procedurally.
+		{	Stage::HOST,		Stage::TASK			},
+		{	Stage::HOST,		Stage::MESH			},
+		{	Stage::TRANSFER,	Stage::TASK			},
+		{	Stage::TRANSFER,	Stage::MESH			},
+		{	Stage::TASK,		Stage::MESH			},
+		{	Stage::TASK,		Stage::FRAG			},
+		{	Stage::TASK,		Stage::TRANSFER		},
+		{	Stage::TASK,		Stage::HOST			},
+		{	Stage::MESH,		Stage::FRAG			},
+		{	Stage::MESH,		Stage::TRANSFER		},
+		{	Stage::MESH,		Stage::HOST			},
+	};
+
+	const struct
+	{
+		ResourceType	resourceType;
+		const char*		name;
+	} resourceTypes[] =
+	{
+		{ ResourceType::UNIFORM_BUFFER,	"uniform_buffer"	},
+		{ ResourceType::STORAGE_BUFFER,	"storage_buffer"	},
+		{ ResourceType::STORAGE_IMAGE,	"storage_image"		},
+		{ ResourceType::SAMPLED_IMAGE,	"sampled_image"		},
+	};
+
+	const struct
+	{
+		BarrierType		barrierType;
+		const char*		name;
+	} barrierTypes[] =
+	{
+		{	BarrierType::GENERAL,		"memory_barrier"		},
+		{	BarrierType::SPECIFIC,		"specific_barrier"		},
+		{	BarrierType::DEPENDENCY,	"subpass_dependency"	},
+	};
+
+	const struct
+	{
+		WriteAccess		writeAccess;
+		const char*		name;
+	} writeAccesses[] =
+	{
+		{	WriteAccess::HOST_WRITE,		"host_write"		},
+		{	WriteAccess::TRANSFER_WRITE,	"transfer_write"	},
+		{	WriteAccess::SHADER_WRITE,		"shader_write"		},
+	};
+
+	const struct
+	{
+		ReadAccess		readAccess;
+		const char*		name;
+	} readAccesses[] =
+	{
+		{	ReadAccess::HOST_READ,		"host_read"		},
+		{	ReadAccess::TRANSFER_READ,	"transfer_read"	},
+		{	ReadAccess::SHADER_READ,	"shader_read"	},
+		{	ReadAccess::UNIFORM_READ,	"uniform_read"	},
+	};
+
+	uint32_t testValue = 1628510124u;
+
+	GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "synchronization", "Mesh Shader synchronization tests"));
+
+	for (const auto& stageCombination : stageCombinations)
+	{
+		const std::string	combinationName		= de::toString(stageCombination.fromStage) + "_to_" + de::toString(stageCombination.toStage);
+		GroupPtr			combinationGroup	(new tcu::TestCaseGroup(testCtx, combinationName.c_str(), ""));
+
+		for (const auto& resourceCase : resourceTypes)
+		{
+			if (!canWriteTo(stageCombination.fromStage, resourceCase.resourceType))
+				continue;
+
+			if (!canReadFrom(stageCombination.toStage, resourceCase.resourceType))
+				continue;
+
+			GroupPtr resourceGroup (new tcu::TestCaseGroup(testCtx, resourceCase.name, ""));
+
+			for (const auto& barrierCase : barrierTypes)
+			{
+				const auto subpassDependencyNeeded	= needsSubpassDependency(stageCombination.fromStage, stageCombination.toStage);
+				const auto barrierIsDependency		= (barrierCase.barrierType == BarrierType::DEPENDENCY);
+
+				// Subpass dependencies must be used if, and only if, they are needed.
+				if (subpassDependencyNeeded != barrierIsDependency)
+					continue;
+
+				GroupPtr barrierGroup (new tcu::TestCaseGroup(testCtx, barrierCase.name, ""));
+
+				for (const auto& writeCase	: writeAccesses)
+				for (const auto& readCase	: readAccesses)
+				{
+					if (!canReadResourceAsAccess(resourceCase.resourceType, readCase.readAccess))
+						continue;
+					if (!canWriteResourceAsAccess(resourceCase.resourceType, writeCase.writeAccess))
+						continue;
+					if (!canReadFromStageAsAccess(stageCombination.toStage, readCase.readAccess))
+						continue;
+					if (!canWriteFromStageAsAccess(stageCombination.fromStage, writeCase.writeAccess))
+						continue;
+
+					const std::string accessCaseName = writeCase.name + std::string("_") + readCase.name;
+
+					const TestParams testParams =
+					{
+						stageCombination.fromStage,	//	Stage			fromStage;
+						stageCombination.toStage,	//	Stage			toStage;
+						resourceCase.resourceType,	//	ResourceType	resourceType;
+						barrierCase.barrierType,	//	BarrierType		barrierType;
+						writeCase.writeAccess,		//	WriteAccess		writeAccess;
+						readCase.readAccess,		//	ReadAccess		readAccess;
+						testValue++,				//	uint32_t		testValue;
+					};
+
+					barrierGroup->addChild(new MeshShaderSyncCase(testCtx, accessCaseName, "", testParams));
+				}
+
+				resourceGroup->addChild(barrierGroup.release());
+			}
+
+			combinationGroup->addChild(resourceGroup.release());
+		}
+
+		mainGroup->addChild(combinationGroup.release());
+	}
+
+	return mainGroup.release();
+}
+
+} // MeshShader
+} // vkt
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSyncTests.hpp b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSyncTests.hpp
new file mode 100644
index 0000000..c13b707
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderSyncTests.hpp
@@ -0,0 +1,38 @@
+#ifndef _VKTMESHSHADERSYNCTESTS_HPP
+#define _VKTMESHSHADERSYNCTESTS_HPP
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Mesh Shader Synchronization Tests
+ *//*--------------------------------------------------------------------*/
+
+#include "tcuDefs.hpp"
+#include "tcuTestCase.hpp"
+
+namespace vkt
+{
+namespace MeshShader
+{
+tcu::TestCaseGroup* createMeshShaderSyncTests (tcu::TestContext& testCtx);
+} // MeshShader
+} // vkt
+
+#endif // _VKTMESHSHADERSYNCTESTS_HPP
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderTests.cpp b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderTests.cpp
new file mode 100644
index 0000000..217d29a
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderTests.cpp
@@ -0,0 +1,62 @@
+/*-------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Mesh Shader Tests
+ *//*--------------------------------------------------------------------*/
+
+#include "vktMeshShaderTests.hpp"
+#include "vktMeshShaderSmokeTests.hpp"
+#include "vktMeshShaderSyncTests.hpp"
+#include "vktMeshShaderApiTests.hpp"
+#include "vktMeshShaderPropertyTests.hpp"
+#include "vktMeshShaderBuiltinTests.hpp"
+#include "vktMeshShaderMiscTests.hpp"
+
+#include "deUniquePtr.hpp"
+
+namespace vkt
+{
+namespace MeshShader
+{
+
+namespace
+{
+using GroupPtr = de::MovePtr<tcu::TestCaseGroup>;
+}
+
+tcu::TestCaseGroup*	createTests	(tcu::TestContext& testCtx)
+{
+	GroupPtr mainGroup	(new tcu::TestCaseGroup(testCtx, "mesh_shader", "Mesh Shader Tests"));
+	GroupPtr nvGroup	(new tcu::TestCaseGroup(testCtx, "nv", "Tests for VK_NV_mesh_shader"));
+
+	nvGroup->addChild(createMeshShaderSmokeTests(testCtx));
+	nvGroup->addChild(createMeshShaderApiTests(testCtx));
+	nvGroup->addChild(createMeshShaderSyncTests(testCtx));
+	nvGroup->addChild(createMeshShaderPropertyTests(testCtx));
+	nvGroup->addChild(createMeshShaderBuiltinTests(testCtx));
+	nvGroup->addChild(createMeshShaderMiscTests(testCtx));
+
+	mainGroup->addChild(nvGroup.release());
+	return mainGroup.release();
+}
+
+} // MeshShader
+} // vkt
diff --git a/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderTests.hpp b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderTests.hpp
new file mode 100644
index 0000000..512b5b5
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/mesh_shader/vktMeshShaderTests.hpp
@@ -0,0 +1,40 @@
+#ifndef _VKTMESHSHADERTESTS_HPP
+#define _VKTMESHSHADERTESTS_HPP
+/*-------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Mesh Shader Tests
+ *//*--------------------------------------------------------------------*/
+
+#include "tcuDefs.hpp"
+#include "tcuTestCase.hpp"
+
+namespace vkt
+{
+namespace MeshShader
+{
+
+tcu::TestCaseGroup*	createTests	(tcu::TestContext& testCtx);
+
+} // MeshShader
+} // vkt
+
+#endif // _VKTMESHSHADERTESTS_HPP
diff --git a/external/vulkancts/modules/vulkan/multiview/vktMultiViewRenderTests.cpp b/external/vulkancts/modules/vulkan/multiview/vktMultiViewRenderTests.cpp
index 6ea3c94..1e91bd5 100644
--- a/external/vulkancts/modules/vulkan/multiview/vktMultiViewRenderTests.cpp
+++ b/external/vulkancts/modules/vulkan/multiview/vktMultiViewRenderTests.cpp
@@ -738,6 +738,9 @@
 			!isCoreDeviceExtension(m_context.getUsedApiVersion(), "VK_KHR_dynamic_rendering"))
 			deviceExtensions.push_back("VK_KHR_dynamic_rendering");
 
+		if (m_parameters.viewIndex == TEST_TYPE_DEPTH_DIFFERENT_RANGES)
+			deviceExtensions.push_back("VK_EXT_depth_range_unrestricted");
+
 		const VkDeviceCreateInfo		deviceInfo			=
 		{
 			VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO,							//VkStructureType					sType;
@@ -3857,6 +3860,8 @@
 			context.requireDeviceFunctionality("VK_KHR_dynamic_rendering");
 
 		context.requireDeviceFunctionality("VK_KHR_multiview");
+		if (m_parameters.viewIndex == TEST_TYPE_DEPTH_DIFFERENT_RANGES)
+			context.requireDeviceFunctionality("VK_EXT_depth_range_unrestricted");
 	}
 
 	void				initPrograms		(SourceCollections& programCollection) const
diff --git a/external/vulkancts/modules/vulkan/pipeline/CMakeLists.txt b/external/vulkancts/modules/vulkan/pipeline/CMakeLists.txt
index 96d2802..8ec831c 100644
--- a/external/vulkancts/modules/vulkan/pipeline/CMakeLists.txt
+++ b/external/vulkancts/modules/vulkan/pipeline/CMakeLists.txt
@@ -71,6 +71,8 @@
 	vktPipelineRenderToImageTests.hpp
 	vktPipelineFramebufferAttachmentTests.cpp
 	vktPipelineFramebufferAttachmentTests.hpp
+	vktPipelineSamplerBorderSwizzleTests.cpp
+	vktPipelineSamplerBorderSwizzleTests.hpp
 	vktPipelineSamplerTests.cpp
 	vktPipelineSamplerTests.hpp
 	vktPipelineStencilExportTests.cpp
diff --git a/external/vulkancts/modules/vulkan/pipeline/vktPipelineExtendedDynamicStateTests.cpp b/external/vulkancts/modules/vulkan/pipeline/vktPipelineExtendedDynamicStateTests.cpp
index f4681b6..82a1165 100644
--- a/external/vulkancts/modules/vulkan/pipeline/vktPipelineExtendedDynamicStateTests.cpp
+++ b/external/vulkancts/modules/vulkan/pipeline/vktPipelineExtendedDynamicStateTests.cpp
@@ -1432,9 +1432,11 @@
 			<< "}\n";
 	}
 
+	// In reversed test configurations, the pipeline with dynamic state needs to have the inactive shader.
+	const auto kReversed = m_testConfig.isReversed();
+	programCollection.glslSources.add("dynamicVert") << glu::VertexSource(kReversed ? inactiveVertSource : activeVertSource);
+	programCollection.glslSources.add("staticVert") << glu::VertexSource(kReversed ? activeVertSource : inactiveVertSource);
 
-	programCollection.glslSources.add("vert") << glu::VertexSource(activeVertSource);
-	programCollection.glslSources.add("vert2") << glu::VertexSource(inactiveVertSource);
 	programCollection.glslSources.add("frag") << glu::FragmentSource(fragSource.str());
 	if (m_testConfig.needsGeometryShader())
 		programCollection.glslSources.add("geom") << glu::GeometrySource(geomSource.str());
@@ -1992,9 +1994,9 @@
 	}
 
 	// Shader modules.
-	const auto						vertModule	= vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert"), 0u);
-	const auto						vertModule2	= vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert2"), 0u);
-	const auto						fragModule	= vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("frag"), 0u);
+	const auto						dynamicVertModule	= vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("dynamicVert"), 0u);
+	const auto						staticVertModule	= vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("staticVert"), 0u);
+	const auto						fragModule			= vk::createShaderModule(vkd, device, m_context.getBinaryCollection().get("frag"), 0u);
 	vk::Move<vk::VkShaderModule>	geomModule;
 	vk::Move<vk::VkShaderModule>	tescModule;
 	vk::Move<vk::VkShaderModule>	teseModule;
@@ -2047,10 +2049,10 @@
 	shaderStaticStages = shaderStages;
 	shaderStageCreateInfo.stage = vk::VK_SHADER_STAGE_VERTEX_BIT;
 
-	shaderStageCreateInfo.module = vertModule.get();
+	shaderStageCreateInfo.module = dynamicVertModule.get();
 	shaderStages.push_back(shaderStageCreateInfo);
 
-	shaderStageCreateInfo.module = vertModule2.get();
+	shaderStageCreateInfo.module = staticVertModule.get();
 	shaderStaticStages.push_back(shaderStageCreateInfo);
 
 	// Input state.
diff --git a/external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleTests.cpp b/external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleTests.cpp
index 0b0ab04..d9822ca 100644
--- a/external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleTests.cpp
+++ b/external/vulkancts/modules/vulkan/pipeline/vktPipelineMultisampleTests.cpp
@@ -1000,7 +1000,7 @@
 	return !!(deviceProperties.limits.framebufferColorSampleCounts & rasterizationSamples);
 }
 
-void checkFragmentShadingRateRequirements(Context& context, deUint32 sampleCount)
+bool checkFragmentShadingRateRequirements(Context& context, deUint32 sampleCount)
 {
 	const auto&	vki = context.getInstanceInterface();
 	const auto	physicalDevice = context.getPhysicalDevice();
@@ -1023,20 +1023,15 @@
 		});
 	vki.getPhysicalDeviceFragmentShadingRatesKHR(physicalDevice, &supportedFragmentShadingRateCount, supportedFragmentShadingRates.data());
 
-	bool requiredRateFound = false;
 	for (const auto& rate : supportedFragmentShadingRates)
 	{
 		if ((rate.fragmentSize.width == 2u) &&
 			(rate.fragmentSize.height == 2u) &&
 			(rate.sampleCounts & sampleCount))
-		{
-			requiredRateFound = true;
-			break;
-		}
+			return true;
 	}
 
-	if (!requiredRateFound)
-		TCU_THROW(NotSupportedError, "Required FragmentShadingRate not supported");
+	return false;
 }
 
 VkPipelineColorBlendAttachmentState getDefaultColorBlendAttachmentState (void)
@@ -1308,8 +1303,8 @@
 	if (m_geometryType == GEOMETRY_TYPE_OPAQUE_POINT && m_pointSize > 1.0f)
 		context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_LARGE_POINTS);
 
-	if (m_useFragmentShadingRate)
-		checkFragmentShadingRateRequirements(context, m_multisampleStateParams.rasterizationSamples);
+	if (m_useFragmentShadingRate && !checkFragmentShadingRateRequirements(context, m_multisampleStateParams.rasterizationSamples))
+		TCU_THROW(NotSupportedError, "Required FragmentShadingRate not supported");
 }
 
 // RasterizationSamplesTest
@@ -1703,8 +1698,8 @@
 	if (!context.getDeviceProperties().limits.standardSampleLocations)
 		TCU_THROW(NotSupportedError, "standardSampleLocations required");
 
-	if (m_useFragmentShadingRate)
-		checkFragmentShadingRateRequirements(context, m_rasterizationSamples);
+	if (m_useFragmentShadingRate && !checkFragmentShadingRateRequirements(context, m_rasterizationSamples))
+		TCU_THROW(NotSupportedError, "Required FragmentShadingRate not supported");
 
 	if (m_enablePostDepthCoverage)
 		context.requireDeviceFunctionality("VK_EXT_post_depth_coverage");
@@ -1870,7 +1865,8 @@
 		if (!context.getFragmentShadingRateProperties().fragmentShadingRateWithShaderSampleMask)
 			TCU_THROW(NotSupportedError, "fragmentShadingRateWithShaderSampleMask not supported");
 
-		checkFragmentShadingRateRequirements(context, m_rasterizationSamples);
+		if (!checkFragmentShadingRateRequirements(context, m_rasterizationSamples))
+			TCU_THROW(NotSupportedError, "Required FragmentShadingRate not supported");
 	}
 }
 
@@ -2357,7 +2353,10 @@
 		if (!isSupportedSampleCount(context.getInstanceInterface(), context.getPhysicalDevice(), samples[samplesNdx]))
 			continue;
 
-		const VkPipelineMultisampleStateCreateInfo multisampleStateParams =
+		if (params.useFragmentShadingRate && !checkFragmentShadingRateRequirements(context, samples[samplesNdx]))
+			continue;
+
+		const VkPipelineMultisampleStateCreateInfo multisampleStateParams
 		{
 			VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO,	// VkStructureType							sType;
 			DE_NULL,													// const void*								pNext;
@@ -2388,7 +2387,11 @@
 	}
 
 	if (renderCount == 0)
-		throw tcu::NotSupportedError("Multisampling is unsupported");
+	{
+		if (params.useFragmentShadingRate && !context.getFragmentShadingRateFeatures().pipelineFragmentShadingRate)
+			TCU_THROW(NotSupportedError, "pipelineFragmentShadingRate is unsupported");
+		TCU_THROW(NotSupportedError, "Multisampling is unsupported");
+	}
 
 	return tcu::TestStatus::pass("Number of unique colors increases as the sample count increases");
 }
@@ -4588,8 +4591,8 @@
 			TCU_THROW(NotSupportedError, "Sample count of " + de::toString(m_params.fbCount) + " not supported for color attachment");
 	}
 
-	if (m_params.useFragmentShadingRate)
-		checkFragmentShadingRateRequirements(context, m_params.fbCount);
+	if (m_params.useFragmentShadingRate && !checkFragmentShadingRateRequirements(context, m_params.fbCount))
+		TCU_THROW(NotSupportedError, "Required FragmentShadingRate not supported");
 }
 
 void zeroOutAndFlush(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::BufferWithMemory& buffer, vk::VkDeviceSize size)
diff --git a/external/vulkancts/modules/vulkan/pipeline/vktPipelineNoPositionTests.cpp b/external/vulkancts/modules/vulkan/pipeline/vktPipelineNoPositionTests.cpp
index f90eec4..16de0cb 100644
--- a/external/vulkancts/modules/vulkan/pipeline/vktPipelineNoPositionTests.cpp
+++ b/external/vulkancts/modules/vulkan/pipeline/vktPipelineNoPositionTests.cpp
@@ -380,6 +380,7 @@
 	const	auto				extent		= NoPositionCase::getImageExtent();
 	const	auto				color		= NoPositionCase::getBackGroundColor();
 	const	VkImageUsageFlags	usage		= (VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT);
+	const	auto				viewType	= (m_params.numViews > 1u ? VK_IMAGE_VIEW_TYPE_2D_ARRAY : VK_IMAGE_VIEW_TYPE_2D);
 	const	bool				tess		= m_params.tessellation();
 			VkShaderStageFlags	stageFlags	= 0u;
 
@@ -436,7 +437,7 @@
 	ImageWithMemory colorImage (vkd, device, alloc, colorImageInfo, MemoryRequirement::Any);
 
 	const auto subresourceRange	= makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, m_params.numViews);
-	const auto colorImageView	= makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, format, subresourceRange);
+	const auto colorImageView	= makeImageView(vkd, device, colorImage.get(), viewType, format, subresourceRange);
 
 	// Vertices and vertex buffer.
 	std::vector<tcu::Vec4> vertices =
diff --git a/external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerBorderSwizzleTests.cpp b/external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerBorderSwizzleTests.cpp
new file mode 100644
index 0000000..3a170d9
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerBorderSwizzleTests.cpp
@@ -0,0 +1,1448 @@
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Border color swizzle tests
+ *//*--------------------------------------------------------------------*/
+#include "vktPipelineSamplerBorderSwizzleTests.hpp"
+#include "vktPipelineImageUtil.hpp"
+
+#include "vkImageUtil.hpp"
+#include "vkQueryUtil.hpp"
+#include "vkImageWithMemory.hpp"
+#include "vkTypeUtil.hpp"
+#include "vkObjUtil.hpp"
+#include "vkBuilderUtil.hpp"
+#include "vkCmdUtil.hpp"
+#include "vkBarrierUtil.hpp"
+
+#include "tcuMaybe.hpp"
+#include "tcuTextureUtil.hpp"
+#include "tcuVectorUtil.hpp"
+#include "tcuFloat.hpp"
+
+#include "deRandom.hpp"
+
+#include <string>
+#include <sstream>
+#include <array>
+#include <cstring>
+#include <algorithm>
+
+namespace vkt
+{
+namespace pipeline
+{
+
+namespace
+{
+
+using namespace vk;
+
+// Returns true if the mapping doesn't alter each component.
+bool isIdentitySwizzle (const VkComponentMapping& mapping)
+{
+	return (
+		(mapping.r == VK_COMPONENT_SWIZZLE_R || mapping.r == VK_COMPONENT_SWIZZLE_IDENTITY) &&
+		(mapping.g == VK_COMPONENT_SWIZZLE_G || mapping.g == VK_COMPONENT_SWIZZLE_IDENTITY) &&
+		(mapping.b == VK_COMPONENT_SWIZZLE_B || mapping.b == VK_COMPONENT_SWIZZLE_IDENTITY) &&
+		(mapping.a == VK_COMPONENT_SWIZZLE_A || mapping.a == VK_COMPONENT_SWIZZLE_IDENTITY)
+	);
+}
+
+struct TestParams
+{
+	VkFormat						textureFormat;
+	VkClearColorValue				textureColor;
+	VkComponentMapping				componentMapping;
+	VkBorderColor					borderColor;
+	tcu::Maybe<int>					componentGather;
+	bool							useSamplerSwizzleHint;
+
+	// Pseudorandom elements.
+	tcu::Vec2						textureCoordinates;
+	tcu::Maybe<VkClearColorValue>	customBorderColor;
+
+	bool isCustom (void) const
+	{
+		return (borderColor == VK_BORDER_COLOR_INT_CUSTOM_EXT || borderColor == VK_BORDER_COLOR_FLOAT_CUSTOM_EXT);
+	}
+
+	bool isOpaqueBlack (void) const
+	{
+		return (borderColor == VK_BORDER_COLOR_INT_OPAQUE_BLACK || borderColor == VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK);
+	}
+
+	bool isIdentity (void) const
+	{
+		return isIdentitySwizzle(componentMapping);
+	}
+};
+
+struct SpecConstants
+{
+	float	u;
+	float	v;
+	deInt32	gatherFlag;
+	//deInt32	gatherComp;
+};
+
+class BorderSwizzleCase : public vkt::TestCase
+{
+public:
+							BorderSwizzleCase		(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params);
+	virtual					~BorderSwizzleCase		(void) {}
+
+	virtual void			initPrograms			(vk::SourceCollections& programCollection) const;
+	virtual TestInstance*	createInstance			(Context& context) const;
+	virtual void			checkSupport			(Context& context) const;
+
+protected:
+	TestParams				m_params;
+};
+
+class BorderSwizzleInstance : public vkt::TestInstance
+{
+public:
+								BorderSwizzleInstance	(Context& context, const TestParams &params);
+	virtual						~BorderSwizzleInstance	(void) {}
+
+	VkExtent3D					getImageExtent			(void) const;
+	virtual tcu::TestStatus		iterate					(void);
+
+protected:
+	TestParams				m_params;
+};
+
+BorderSwizzleCase::BorderSwizzleCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params)
+	: vkt::TestCase	(testCtx, name, description)
+	, m_params		(params)
+{
+}
+
+void BorderSwizzleCase::checkSupport (Context& context) const
+{
+	const auto&				vki					= context.getInstanceInterface();
+	const auto				physicalDevice		= context.getPhysicalDevice();
+	VkImageFormatProperties	formatProperties;
+
+	const auto result = vki.getPhysicalDeviceImageFormatProperties(
+		physicalDevice, m_params.textureFormat, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL, (VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT), 0u, &formatProperties);
+
+	if (result != VK_SUCCESS)
+	{
+		if (result == VK_ERROR_FORMAT_NOT_SUPPORTED)
+			TCU_THROW(NotSupportedError, "Format not supported for sampling");
+		TCU_FAIL("vkGetPhysicalDeviceImageFormatProperties returned " + de::toString(result));
+	}
+
+	const auto&	borderColorFeatures		= context.getCustomBorderColorFeaturesEXT();
+	const auto&	borderSwizzleFeatures	= context.getBorderColorSwizzleFeaturesEXT();
+	const bool	identity				= m_params.isIdentity();
+
+	if (m_params.useSamplerSwizzleHint)
+		context.requireDeviceFunctionality("VK_EXT_border_color_swizzle");
+
+	if (m_params.isCustom())
+	{
+		if (!borderColorFeatures.customBorderColors)
+			TCU_THROW(NotSupportedError, "Custom border colors not supported");
+
+		if (!identity)
+		{
+			if (!borderSwizzleFeatures.borderColorSwizzle)
+				TCU_THROW(NotSupportedError, "Custom border color with non-identity swizzle not supported");
+
+			if (!m_params.useSamplerSwizzleHint && !borderSwizzleFeatures.borderColorSwizzleFromImage)
+				TCU_THROW(NotSupportedError, "Custom border color with non-identity swizzle not supported without specifying sampler border mapping");
+		}
+	}
+	else if (m_params.isOpaqueBlack())
+	{
+		if (!identity)
+		{
+			if (!borderSwizzleFeatures.borderColorSwizzle)
+				TCU_THROW(NotSupportedError, "Opaque black with non-identity swizzle not supported");
+
+			if (!m_params.useSamplerSwizzleHint && !borderSwizzleFeatures.borderColorSwizzleFromImage)
+				TCU_THROW(NotSupportedError, "Opaque black with non-identity swizzle not supported without specifying sampler border mapping");
+		}
+	}
+}
+
+enum class FormatType
+{
+	SIGNED_INT = 0,
+	UNSIGNED_INT,
+	FLOAT,
+};
+
+FormatType getFormatType (VkFormat format)
+{
+	if (isIntFormat(format))
+		return FormatType::SIGNED_INT;
+
+	if (isUintFormat(format))
+		return FormatType::UNSIGNED_INT;
+
+	return FormatType::FLOAT;
+}
+
+// Output color attachment format will vary slightly with the chosen texture format to accomodate different clear colors.
+VkFormat getColorAttachmentFormat (VkFormat textureFormat)
+{
+	const auto formatType = getFormatType(textureFormat);
+
+	if (formatType == FormatType::SIGNED_INT)
+		return VK_FORMAT_R32G32B32A32_SINT;
+
+	if (formatType == FormatType::UNSIGNED_INT)
+		return VK_FORMAT_R32G32B32A32_UINT;
+
+	return VK_FORMAT_R32G32B32A32_SFLOAT;
+}
+
+void BorderSwizzleCase::initPrograms (vk::SourceCollections& programCollection) const
+{
+	std::ostringstream vert;
+	vert
+		<< "#version 450\n"
+		<< "\n"
+		<< "void main()\n"
+		<< "{\n"
+		// Full-screen clockwise triangle fan with 4 vertices.
+		<< "    const float x = (-1.0+2.0*(((gl_VertexIndex+1)&2)>>1));\n"
+		<< "    const float y = (-1.0+2.0*(( gl_VertexIndex   &2)>>1));\n"
+		<< "	gl_Position = vec4(x, y, 0.0, 1.0);\n"
+		<< "}\n"
+		;
+
+	const auto formatType = getFormatType(m_params.textureFormat);
+
+	std::string	prefix;
+	if (formatType == FormatType::SIGNED_INT)
+		prefix = "i";
+	else if (formatType == FormatType::UNSIGNED_INT)
+		prefix = "u";
+
+	const std::string	samplerType		= prefix + "sampler2D";
+	const std::string	outColorType	= prefix + "vec4";
+	// Note: glslang will complain if the gather component is not a compile-time constant.
+	const int			gatherComp		= (m_params.componentGather ? m_params.componentGather.get() : 0);
+
+	// Note the spec constants here should match the SpecConstants structure.
+	std::ostringstream frag;
+	frag
+		<< "#version 450\n"
+		<< "\n"
+		<< "layout (constant_id=0) const float u = 0.0f;\n"
+		<< "layout (constant_id=1) const float v = 0.0f;\n"
+		<< "layout (constant_id=2) const int gatherFlag = 0;\n"
+		//<< "layout (constant_id=3) const int gatherComp = 0;\n"
+		<< "\n"
+		<< "layout (set=0, binding=0) uniform " << samplerType << " texSampler;\n"
+		<< "\n"
+		<< "layout (location=0) out " << outColorType << " colorOut;\n"
+		<< "\n"
+		<< "void main()\n"
+		<< "{\n"
+		<< "	const vec2 coords = vec2(u, v);\n"
+		<< "\n"
+		<< "	if (gatherFlag != 0)\n"
+		<< "	{\n"
+		<< "		colorOut = textureGather(texSampler, coords, " << gatherComp << ");\n"
+		<< "	}\n"
+		<< "	else\n"
+		<< "	{\n"
+		<< "		colorOut = texture(texSampler, coords);\n"
+		<< "	}\n"
+		<< "}\n"
+		;
+
+	programCollection.glslSources.add("vert") << glu::VertexSource(vert.str());
+	programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str());
+}
+
+TestInstance* BorderSwizzleCase::createInstance (Context& context) const
+{
+	return new BorderSwizzleInstance(context, m_params);
+}
+
+BorderSwizzleInstance::BorderSwizzleInstance (Context& context, const TestParams &params)
+	: vkt::TestInstance	(context)
+	, m_params			(params)
+{}
+
+VkExtent3D BorderSwizzleInstance::getImageExtent (void) const
+{
+	return makeExtent3D(16u, 16u, 1u);
+}
+
+// Reinterprets the exponent and mantissa in the floating point number as an integer.
+// Function copied from vktApiImageClearingTests.cpp but changed return type to deUint64.
+deUint64 calcFloatDiff (float a, float b)
+{
+	const int		asign	= tcu::Float32(a).sign();
+	const int		bsign	= tcu::Float32(a).sign();
+
+	const deUint32	avalue	= (tcu::Float32(a).bits() & ((0x1u << 31u) - 1u));
+	const deUint32	bvalue	= (tcu::Float32(b).bits() & ((0x1u << 31u) - 1u));
+
+	if (asign != bsign)
+		return avalue + bvalue + 1u;
+	else if (avalue < bvalue)
+		return bvalue - avalue;
+	else
+		return avalue - bvalue;
+}
+
+// Convert VkComponentMapping to an array of 4 VkComponentSwizzle elements.
+tcu::Vector<VkComponentSwizzle, 4> makeComponentSwizzleVec(const VkComponentMapping& mapping)
+{
+	const tcu::Vector<VkComponentSwizzle, 4> result = {{ mapping.r, mapping.g, mapping.b, mapping.a }};
+	return result;
+}
+
+// Apply swizzling to an array of 4 elements.
+template <typename T>
+tcu::Vector<T, 4> applySwizzle (const tcu::Vector<T, 4>& orig, const VkComponentMapping& mapping)
+{
+	const auto			swizzles	= makeComponentSwizzleVec(mapping);
+	tcu::Vector<T, 4>	result;
+
+	for (int i = 0; i < decltype(swizzles)::SIZE; ++i)
+	{
+		const auto cs = swizzles[i];
+		DE_ASSERT(cs >= VK_COMPONENT_SWIZZLE_IDENTITY && cs <= VK_COMPONENT_SWIZZLE_A);
+
+		if (cs == VK_COMPONENT_SWIZZLE_IDENTITY)
+			result[i] = orig[i];
+		else if (cs == VK_COMPONENT_SWIZZLE_ZERO)
+			result[i] = static_cast<T>(0);
+		else if (cs == VK_COMPONENT_SWIZZLE_ONE)
+			result[i] = static_cast<T>(1);
+		else
+			result[i] = orig[cs - VK_COMPONENT_SWIZZLE_R];
+	}
+
+	return result;
+}
+
+// Apply gathering to an array of 4 elements.
+template <typename T>
+tcu::Vector<T, 4> applyGather (const tcu::Vector<T, 4>& orig, int compNum)
+{
+	tcu::Vector<T, 4> result;
+
+	for (int i = 0; i < decltype(result)::SIZE; ++i)
+		result[i] = orig[compNum];
+
+	return result;
+}
+
+// Transforms an input border color, once expanded, to the expected output color.
+template <typename T>
+tcu::Vector<T, 4> getExpectedColor (const tcu::Vector<T, 4>& color, const TestParams& params)
+{
+	tcu::Vector<T, 4> result = color;
+
+	result = applySwizzle(result, params.componentMapping);
+
+	if (params.componentGather)
+		result = applyGather(result, *params.componentGather);
+
+	return result;
+}
+
+// Transforms an input border color to the expected output color.
+// Uses the proper union member depending on the test parameters and takes into account "Conversion to RGBA" from the spec.
+VkClearColorValue getExpectedColor (const VkClearColorValue& color, const TestParams& params)
+{
+	const auto			numComp		= tcu::getNumUsedChannels(mapVkFormat(params.textureFormat).order);
+	const auto			formatType	= getFormatType(params.textureFormat);
+	VkClearColorValue	result;
+
+	DE_ASSERT(numComp >= 0 && numComp <= 4);
+
+	if (formatType == FormatType::UNSIGNED_INT)
+	{
+		tcu::UVec4 borderColor (0u, 0u, 0u, 0u);
+
+		for (int i = 0; i < numComp; ++i)
+			borderColor[i] = color.uint32[i];
+
+		if (numComp < 4)
+			borderColor[3] = 1u;
+
+		const auto expected = getExpectedColor(borderColor, params);
+
+		for (int i = 0; i < decltype(expected)::SIZE; ++i)
+			result.uint32[i] = expected[i];
+	}
+	else if (formatType == FormatType::SIGNED_INT)
+	{
+		tcu::IVec4 borderColor (0, 0, 0, 0);
+
+		for (int i = 0; i < numComp; ++i)
+			borderColor[i] = color.int32[i];
+
+		if (numComp < 4)
+			borderColor[3] = 1;
+
+		const auto expected = getExpectedColor(borderColor, params);
+
+		for (int i = 0; i < decltype(expected)::SIZE; ++i)
+			result.int32[i] = expected[i];
+	}
+	else
+	{
+		DE_ASSERT(formatType == FormatType::FLOAT);
+
+		tcu::Vec4 borderColor (.0f, .0f, .0f, .0f);
+
+		for (int i = 0; i < numComp; ++i)
+			borderColor[i] = color.float32[i];
+
+		if (numComp < 4)
+			borderColor[3] = 1.0f;
+
+		const auto expected = getExpectedColor(borderColor, params);
+
+		for (int i = 0; i < decltype(expected)::SIZE; ++i)
+			result.float32[i] = expected[i];
+	}
+
+	return result;
+}
+
+// Compare color buffer to the expected border color.
+//
+// This method was copied from vktApiImageClearingTests.cpp and adapted to this use case:
+//
+// * Taking into account the texture format instead of the color buffer format when calculating acceptable thresholds.
+// * Applying swizzles and gathering to said thresholds.
+// * Making thresholds more strict for components that do not come from custom borders.
+// * Checking the full image in a single pass.
+//
+// The color buffer format is supposed to be at least as precise as the texture format.
+bool comparePixelToColorClearValue (const TestParams&					params,
+									const tcu::ConstPixelBufferAccess&	access,
+									const tcu::TextureFormat&			textureFormat,
+									const VkClearColorValue&			ref,
+									std::string&						stringResult)
+{
+	const auto	bufferFormat	= access.getFormat();
+	const auto	channelClass	= getTextureChannelClass(textureFormat.type);
+	// We must compare all available channels in the color buffer to check RGBA conversion.
+	const auto	channelMask		= getTextureFormatChannelMask(bufferFormat);
+
+	switch (channelClass)
+	{
+		case tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT:
+		case tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT:
+		{
+			tcu::Vec4			refColor	(ref.float32[0],
+											 ref.float32[1],
+											 ref.float32[2],
+											 ref.float32[3]);
+			tcu::Vec4			threshold	(0.0f);
+
+			if (params.isCustom())
+			{
+				// Relax thresholds for custom color components.
+				const tcu::IVec4	bitDepth	(getTextureFormatBitDepth(textureFormat));
+				const int			modifier	= (channelClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT) ? 0 : 1;
+
+				threshold = tcu::Vec4 (bitDepth[0] > 0 ? 1.0f / ((float)(1 << (bitDepth[0] - modifier)) - 1.0f) : 0.0f,
+									   bitDepth[1] > 0 ? 1.0f / ((float)(1 << (bitDepth[1] - modifier)) - 1.0f) : 0.0f,
+									   bitDepth[2] > 0 ? 1.0f / ((float)(1 << (bitDepth[2] - modifier)) - 1.0f) : 0.0f,
+									   bitDepth[3] > 0 ? 1.0f / ((float)(1 << (bitDepth[3] - modifier)) - 1.0f) : 0.0f);
+
+				if (isSRGB(textureFormat))
+				{
+					// Widen thresholds a bit due to possible low-precision sRGB conversions.
+					for (int i = 0; i < decltype(threshold)::SIZE; ++i)
+						threshold[i] *= 2.0f;
+				}
+			}
+
+			// Apply swizzle and gather to thresholds.
+			threshold = applySwizzle(threshold, params.componentMapping);
+
+			if (params.componentGather)
+				threshold = applyGather(threshold, *params.componentGather);
+
+			for (int z = 0; z < access.getDepth(); ++z)
+			for (int y = 0; y < access.getHeight(); ++y)
+			for (int x = 0; x < access.getWidth(); ++x)
+			{
+				const tcu::Vec4	resColor	(access.getPixel(x, y, z));
+				const bool		result		= !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask));
+
+				if (!result || (x == 0 && y == 0 && z == 0))
+				{
+					std::stringstream s;
+					s << "Ref:" << refColor << " Threshold:" << threshold << " Color:" << resColor;
+					stringResult = s.str();
+				}
+
+				if (!result)
+					return false;
+			}
+
+			return true;
+		}
+
+		case tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER:
+		{
+			const tcu::UVec4	refColor	(ref.uint32[0],
+											 ref.uint32[1],
+											 ref.uint32[2],
+											 ref.uint32[3]);
+			tcu::UVec4			threshold	(0u);
+
+			if (params.isCustom())
+			{
+				// Relax thresholds for custom color components.
+				const tcu::IVec4 bitDepth (getTextureFormatBitDepth(textureFormat));
+
+				threshold = tcu::UVec4 ((bitDepth[0] > 0) ? 1 : 0,
+										(bitDepth[1] > 0) ? 1 : 0,
+										(bitDepth[2] > 0) ? 1 : 0,
+										(bitDepth[3] > 0) ? 1 : 0);
+			}
+
+			// Apply swizzle and gather to thresholds.
+			threshold = applySwizzle(threshold, params.componentMapping);
+
+			if (params.componentGather)
+				threshold = applyGather(threshold, *params.componentGather);
+
+			for (int z = 0; z < access.getDepth(); ++z)
+			for (int y = 0; y < access.getHeight(); ++y)
+			for (int x = 0; x < access.getWidth(); ++x)
+			{
+				const tcu::UVec4	resColor	(access.getPixelUint(x, y, z));
+				const bool			result		= !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask));
+
+				if (!result || (x == 0 && y == 0 && z == 0))
+				{
+					std::stringstream s;
+					s << "Ref:" << refColor << " Threshold:" << threshold << " Color:" << resColor;
+					stringResult = s.str();
+				}
+
+				if (!result)
+					return false;
+			}
+
+			return true;
+		}
+
+		case tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER:
+		{
+			const tcu::IVec4	refColor	(ref.int32[0],
+											 ref.int32[1],
+											 ref.int32[2],
+											 ref.int32[3]);
+			tcu::IVec4			threshold	(0);
+
+			if (params.isCustom())
+			{
+				// Relax thresholds for custom color components.
+				const tcu::IVec4 bitDepth (getTextureFormatBitDepth(textureFormat));
+
+				threshold = tcu::IVec4 ((bitDepth[0] > 0) ? 1 : 0,
+										(bitDepth[1] > 0) ? 1 : 0,
+										(bitDepth[2] > 0) ? 1 : 0,
+										(bitDepth[3] > 0) ? 1 : 0);
+			}
+
+			// Apply swizzle and gather to thresholds.
+			threshold = applySwizzle(threshold, params.componentMapping);
+
+			if (params.componentGather)
+				threshold = applyGather(threshold, *params.componentGather);
+
+			for (int z = 0; z < access.getDepth(); ++z)
+			for (int y = 0; y < access.getHeight(); ++y)
+			for (int x = 0; x < access.getWidth(); ++x)
+			{
+				const tcu::IVec4	resColor	(access.getPixelInt(x, y, z));
+				const bool			result		= !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask));
+
+				if (!result || (x == 0 && y == 0 && z == 0))
+				{
+					std::stringstream s;
+					s << "Ref:" << refColor << " Threshold:" << threshold << " Color:" << resColor;
+					stringResult = s.str();
+				}
+
+				if (!result)
+					return false;
+			}
+
+			return true;
+		}
+
+		case tcu::TEXTURECHANNELCLASS_FLOATING_POINT:
+		{
+			using u64v4 = tcu::Vector<deUint64, 4>;
+
+			const tcu::Vec4		refColor		(ref.float32[0],
+												 ref.float32[1],
+												 ref.float32[2],
+												 ref.float32[3]);
+			u64v4				threshold		(0ull);
+
+			if (params.isCustom())
+			{
+				// Relax thresholds for custom color components.
+				const tcu::IVec4	mantissaBitsI	(getTextureFormatMantissaBitDepth(textureFormat));
+				const u64v4			mantissaBits	(mantissaBitsI.x(), mantissaBitsI.y(), mantissaBitsI.z(), mantissaBitsI.w());
+
+				threshold = u64v4 ((mantissaBits[0] > 0ull) ? 10ull * (1ull << (23ull - mantissaBits[0])) : 0ull,
+								   (mantissaBits[1] > 0ull) ? 10ull * (1ull << (23ull - mantissaBits[1])) : 0ull,
+								   (mantissaBits[2] > 0ull) ? 10ull * (1ull << (23ull - mantissaBits[2])) : 0ull,
+								   (mantissaBits[3] > 0ull) ? 10ull * (1ull << (23ull - mantissaBits[3])) : 0ull);
+			}
+
+			// Apply swizzle and gather to thresholds.
+			threshold = applySwizzle(threshold, params.componentMapping);
+
+			if (params.componentGather)
+				threshold = applyGather(threshold, *params.componentGather);
+
+			DE_ASSERT(allEqual(greaterThanEqual(threshold, u64v4(0u)), tcu::BVec4(true)));
+
+			for (int z = 0; z < access.getDepth(); ++z)
+			for (int y = 0; y < access.getHeight(); ++y)
+			for (int x = 0; x < access.getWidth(); ++x)
+			{
+				const tcu::Vec4	resColor (access.getPixel(x, y, z));
+
+				for (int ndx = 0; ndx < decltype(resColor)::SIZE; ndx++)
+				{
+					const bool result = !(calcFloatDiff(resColor[ndx], refColor[ndx]) > threshold[ndx] && channelMask[ndx]);
+
+					if (!result || (x == 0 && y == 0 && z == 0))
+					{
+						float				floatThreshold	= tcu::Float32((deUint32)(threshold)[0]).asFloat();
+						tcu::Vec4			thresholdVec4	(floatThreshold,
+															 floatThreshold,
+															 floatThreshold,
+															 floatThreshold);
+						std::stringstream	s;
+
+						s << "Ref:" << refColor << " Threshold:" << thresholdVec4 << " Color:" << resColor;
+						stringResult = s.str();
+					}
+
+					if (!result)
+						return false;
+				}
+			}
+
+			return true;
+		}
+
+		default:
+			DE_FATAL("Invalid channel class");
+			return false;
+	}
+}
+
+// Gets the clear color value from the border color. See "Texel Replacement" in the spec.
+VkClearColorValue getBorderClearColorValue (const TestParams& params)
+{
+	VkClearColorValue result;
+	deMemset(&result, 0, sizeof(result));
+
+	switch (params.borderColor)
+	{
+	case VK_BORDER_COLOR_FLOAT_TRANSPARENT_BLACK:	/* memset works. */															break;
+	case VK_BORDER_COLOR_INT_TRANSPARENT_BLACK:		/* memset works. */															break;
+	case VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK:		result.float32[3] = 1.0f;													break;
+	case VK_BORDER_COLOR_INT_OPAQUE_BLACK:			result.int32[3] = 1;														break;
+	case VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE:		for (size_t i = 0; i < 4; ++i) result.float32[i] = 1.0f;					break;
+	case VK_BORDER_COLOR_INT_OPAQUE_WHITE:			for (size_t i = 0; i < 4; ++i) result.int32[i] = 1;							break;
+	case VK_BORDER_COLOR_FLOAT_CUSTOM_EXT:			// fallthrough.
+	case VK_BORDER_COLOR_INT_CUSTOM_EXT:			DE_ASSERT(params.customBorderColor); result = *params.customBorderColor;	break;
+	default:										DE_ASSERT(false);															break;
+	}
+
+	return result;
+}
+
+tcu::TestStatus BorderSwizzleInstance::iterate (void)
+{
+	const auto&	vkd						= m_context.getDeviceInterface();
+	const auto	device					= m_context.getDevice();
+	auto&		alloc					= m_context.getDefaultAllocator();
+	const auto	queue					= m_context.getUniversalQueue();
+	const auto	qIndex					= m_context.getUniversalQueueFamilyIndex();
+	const auto	extent					= getImageExtent();
+	const auto	custom					= m_params.isCustom();
+	const auto	colorAttachmentFormat	= getColorAttachmentFormat(m_params.textureFormat);
+	const auto	colorSubresourceRange	= makeImageSubresourceRange(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 1u, 0u, 1u);
+
+	// Texture.
+	const VkImageCreateInfo textureCreateInfo =
+	{
+		VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,	//	VkStructureType			sType;
+		nullptr,								//	const void*				pNext;
+		0u,										//	VkImageCreateFlags		flags;
+		VK_IMAGE_TYPE_2D,						//	VkImageType				imageType;
+		m_params.textureFormat,					//	VkFormat				format;
+		extent,									//	VkExtent3D				extent;
+		1u,										//	deUint32				mipLevels;
+		1u,										//	deUint32				arrayLayers;
+		VK_SAMPLE_COUNT_1_BIT,					//	VkSampleCountFlagBits	samples;
+		VK_IMAGE_TILING_OPTIMAL,				//	VkImageTiling			tiling;
+		(VK_IMAGE_USAGE_SAMPLED_BIT				//	VkImageUsageFlags		usage;
+		|VK_IMAGE_USAGE_TRANSFER_DST_BIT),
+		VK_SHARING_MODE_EXCLUSIVE,				//	VkSharingMode			sharingMode;
+		0u,										//	deUint32				queueFamilyIndexCount;
+		nullptr,								//	const deUint32*			pQueueFamilyIndices;
+		VK_IMAGE_LAYOUT_UNDEFINED,				//	VkImageLayout			initialLayout;
+	};
+
+	ImageWithMemory texture (vkd, device, alloc, textureCreateInfo, MemoryRequirement::Any);
+
+	const VkImageViewCreateInfo textureViewCreateInfo =
+	{
+		VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO,	//	VkStructureType			sType;
+		nullptr,									//	const void*				pNext;
+		0u,											//	VkImageViewCreateFlags	flags;
+		texture.get(),								//	VkImage					image;
+		VK_IMAGE_VIEW_TYPE_2D,						//	VkImageViewType			viewType;
+		m_params.textureFormat,						//	VkFormat				format;
+		m_params.componentMapping,					//	VkComponentMapping		components;
+		colorSubresourceRange,						//	VkImageSubresourceRange	subresourceRange;
+	};
+
+	const auto textureView = createImageView(vkd, device, &textureViewCreateInfo);
+
+	// Color attachment.
+	const VkImageCreateInfo colorAttachmentInfo =
+	{
+		VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO,	//	VkStructureType			sType;
+		nullptr,								//	const void*				pNext;
+		0u,										//	VkImageCreateFlags		flags;
+		VK_IMAGE_TYPE_2D,						//	VkImageType				imageType;
+		colorAttachmentFormat,					//	VkFormat				format;
+		extent,									//	VkExtent3D				extent;
+		1u,										//	deUint32				mipLevels;
+		1u,										//	deUint32				arrayLayers;
+		VK_SAMPLE_COUNT_1_BIT,					//	VkSampleCountFlagBits	samples;
+		VK_IMAGE_TILING_OPTIMAL,				//	VkImageTiling			tiling;
+		(VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT
+		| VK_IMAGE_USAGE_TRANSFER_SRC_BIT),		//	VkImageUsageFlags		usage;
+		VK_SHARING_MODE_EXCLUSIVE,				//	VkSharingMode			sharingMode;
+		0u,										//	deUint32				queueFamilyIndexCount;
+		nullptr,								//	const deUint32*			pQueueFamilyIndices;
+		VK_IMAGE_LAYOUT_UNDEFINED,				//	VkImageLayout			initialLayout;
+	};
+
+	ImageWithMemory colorAttachment (vkd, device, alloc, colorAttachmentInfo, MemoryRequirement::Any);
+
+	const auto colorAttachmentView = makeImageView(vkd, device, colorAttachment.get(), VK_IMAGE_VIEW_TYPE_2D, colorAttachmentInfo.format, colorSubresourceRange);
+
+	// Texure sampler.
+	de::MovePtr<VkSamplerCustomBorderColorCreateInfoEXT> customBorderColorInfo;
+
+	const VkSamplerBorderColorComponentMappingCreateInfoEXT borderColorMappingInfo =
+	{
+		VK_STRUCTURE_TYPE_SAMPLER_BORDER_COLOR_COMPONENT_MAPPING_CREATE_INFO_EXT,
+		nullptr,
+		m_params.componentMapping,
+		isSrgbFormat(m_params.textureFormat),
+	};
+
+	const void* pNext = nullptr;
+
+	if (custom)
+	{
+		customBorderColorInfo	= de::MovePtr<VkSamplerCustomBorderColorCreateInfoEXT>(new VkSamplerCustomBorderColorCreateInfoEXT);
+		*customBorderColorInfo	= initVulkanStructure();
+
+		DE_ASSERT(m_params.customBorderColor);
+		VkClearColorValue colorValue = m_params.customBorderColor.get();
+
+		if (m_params.useSamplerSwizzleHint)
+			customBorderColorInfo->pNext = &borderColorMappingInfo;
+
+		// TODO: try combinations with customBorderColorWithoutFormat if supported?
+		customBorderColorInfo->format				= m_params.textureFormat;
+		customBorderColorInfo->customBorderColor	= colorValue;
+
+		pNext = customBorderColorInfo.get();
+	}
+	else
+	{
+		if (m_params.useSamplerSwizzleHint)
+			pNext = &borderColorMappingInfo;
+	}
+
+	const VkSamplerCreateInfo samplerCreateInfo =
+	{
+		VK_STRUCTURE_TYPE_SAMPLER_CREATE_INFO,				//	VkStructureType			sType;
+		pNext,												//	const void*				pNext;
+		0u,													//	VkSamplerCreateFlags	flags;
+		VK_FILTER_NEAREST,									//	VkFilter				magFilter;
+		VK_FILTER_NEAREST,									//	VkFilter				minFilter;
+		VK_SAMPLER_MIPMAP_MODE_NEAREST,						//	VkSamplerMipmapMode		mipmapMode;
+		VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER,			//	VkSamplerAddressMode	addressModeU;
+		VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER,			//	VkSamplerAddressMode	addressModeV;
+		VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER,			//	VkSamplerAddressMode	addressModeW;
+		0u,													//	float					mipLodBias;
+		VK_FALSE,											//	VkBool32				anisotropyEnable;
+		0.0f,												//	float					maxAnisotropy;
+		VK_FALSE,											//	VkBool32				compareEnable;
+		VK_COMPARE_OP_NEVER,								//	VkCompareOp				compareOp;
+		0.0f,												//	float					minLod;
+		1.0f,												//	float					maxLod;
+		m_params.borderColor,								//	VkBorderColor			borderColor;
+		VK_FALSE,											//	VkBool32				unnormalizedCoordinates;
+	};
+
+	const auto sampler = createSampler(vkd, device, &samplerCreateInfo);
+
+	// Descriptor set layout.
+	DescriptorSetLayoutBuilder dsLayoutBuilder;
+	dsLayoutBuilder.addSingleBinding(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_SHADER_STAGE_FRAGMENT_BIT);
+	const auto dsLayout = dsLayoutBuilder.build(vkd, device);
+
+	// Pipeline layout.
+	const auto pipelineLayout = makePipelineLayout(vkd, device, dsLayout.get());
+
+	// Descriptor pool.
+	DescriptorPoolBuilder poolBuilder;
+	poolBuilder.addType(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER);
+	const auto descriptorPool = poolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, 1u);
+
+	// Descriptor set.
+	const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), dsLayout.get());
+
+	// Update descriptor set.
+	{
+		DescriptorSetUpdateBuilder updateBuilder;
+		VkDescriptorImageInfo descriptorImageInfo = makeDescriptorImageInfo(sampler.get(), textureView.get(), VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL);
+		updateBuilder.writeSingle(descriptorSet.get(), DescriptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, &descriptorImageInfo);
+		updateBuilder.update(vkd, device);
+	}
+
+	// Render pass.
+	const auto renderPass = makeRenderPass(vkd, device, colorAttachmentFormat);
+
+	// Shader modules.
+	const auto vertShader = createShaderModule(vkd, device, m_context.getBinaryCollection().get("vert"), 0u);
+	const auto fragShader = createShaderModule(vkd, device, m_context.getBinaryCollection().get("frag"), 0u);
+
+	// Pipeline.
+	const VkPipelineShaderStageCreateInfo vertStageInfo =
+	{
+		VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO,	//	VkStructureType						sType;
+		nullptr,												//	const void*							pNext;
+		0u,														//	VkPipelineShaderStageCreateFlags	flags;
+		VK_SHADER_STAGE_VERTEX_BIT,								//	VkShaderStageFlagBits				stage;
+		vertShader.get(),										//	VkShaderModule						module;
+		"main",													//	const char*							pName;
+		nullptr,												//	const VkSpecializationInfo*			pSpecializationInfo;
+	};
+
+	const SpecConstants specConstantData =
+	{
+		m_params.textureCoordinates.x(),
+		m_params.textureCoordinates.y(),
+		(m_params.componentGather ? 1 : 0),
+		//(m_params.componentGather ? *m_params.componentGather : -1),
+	};
+
+	const VkSpecializationMapEntry specializationMap[] =
+	{
+		{	0u, offsetof(SpecConstants, u),				sizeof(specConstantData.u)			},
+		{	1u, offsetof(SpecConstants, v),				sizeof(specConstantData.v)			},
+		{	2u, offsetof(SpecConstants, gatherFlag),	sizeof(specConstantData.gatherFlag)	},
+		//{	3u, offsetof(SpecConstants, gatherComp),	sizeof(specConstantData.gatherComp)	},
+	};
+
+	const VkSpecializationInfo specializationInfo =
+	{
+		static_cast<deUint32>(DE_LENGTH_OF_ARRAY(specializationMap)),	//	deUint32						mapEntryCount;
+		specializationMap,												//	const VkSpecializationMapEntry*	pMapEntries;
+		static_cast<deUintptr>(sizeof(specConstantData)),				//	deUintptr						dataSize;
+		&specConstantData,												//	const void*						pData;
+	};
+
+	const VkPipelineShaderStageCreateInfo fragStageInfo =
+	{
+		VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO,	//	VkStructureType						sType;
+		nullptr,												//	const void*							pNext;
+		0u,														//	VkPipelineShaderStageCreateFlags	flags;
+		VK_SHADER_STAGE_FRAGMENT_BIT,							//	VkShaderStageFlagBits				stage;
+		fragShader.get(),										//	VkShaderModule						module;
+		"main",													//	const char*							pName;
+		&specializationInfo,									//	const VkSpecializationInfo*			pSpecializationInfo;
+	};
+
+	const VkPipelineShaderStageCreateInfo shaderStagesInfo[] = { vertStageInfo, fragStageInfo };
+
+	const VkPipelineVertexInputStateCreateInfo vertexInputInfo = initVulkanStructure();
+
+	VkPipelineInputAssemblyStateCreateInfo inputAssemblyInfo = initVulkanStructure();
+	inputAssemblyInfo.topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_FAN;
+
+	const auto viewport	= makeViewport(extent);
+	const auto scissor	= makeRect2D(extent);
+
+	const VkPipelineViewportStateCreateInfo viewportInfo =
+	{
+		VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO,	//	VkStructureType						sType;
+		nullptr,												//	const void*							pNext;
+		0u,														//	VkPipelineViewportStateCreateFlags	flags;
+		1u,														//	deUint32							viewportCount;
+		&viewport,												//	const VkViewport*					pViewports;
+		1u,														//	deUint32							scissorCount;
+		&scissor,												//	const VkRect2D*						pScissors;
+	};
+
+	const VkPipelineTessellationStateCreateInfo tessInfo = initVulkanStructure();
+
+	const VkPipelineRasterizationStateCreateInfo rasterizationInfo =
+	{
+		VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO,	//	VkStructureType							sType;
+		nullptr,													//	const void*								pNext;
+		0u,															//	VkPipelineRasterizationStateCreateFlags	flags;
+		VK_FALSE,													//	VkBool32								depthClampEnable;
+		VK_FALSE,													//	VkBool32								rasterizerDiscardEnable;
+		VK_POLYGON_MODE_FILL,										//	VkPolygonMode							polygonMode;
+		VK_CULL_MODE_NONE,											//	VkCullModeFlags							cullMode;
+		VK_FRONT_FACE_CLOCKWISE,									//	VkFrontFace								frontFace;
+		VK_FALSE,													//	VkBool32								depthBiasEnable;
+		0.0f,														//	float									depthBiasConstantFactor;
+		0.0f,														//	float									depthBiasClamp;
+		0.0f,														//	float									depthBiasSlopeFactor;
+		1.0f,														//	float									lineWidth;
+	};
+
+	const VkPipelineMultisampleStateCreateInfo multisampleInfo =
+	{
+		VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO,	//	VkStructureType							sType;
+		nullptr,													//	const void*								pNext;
+		0u,															//	VkPipelineMultisampleStateCreateFlags	flags;
+		VK_SAMPLE_COUNT_1_BIT,										//	VkSampleCountFlagBits					rasterizationSamples;
+		VK_FALSE,													//	VkBool32								sampleShadingEnable;
+		1.0f,														//	float									minSampleShading;
+		nullptr,													//	const VkSampleMask*						pSampleMask;
+		VK_FALSE,													//	VkBool32								alphaToCoverageEnable;
+		VK_FALSE,													//	VkBool32								alphaToOneEnable;
+	};
+
+	const VkPipelineDepthStencilStateCreateInfo depthStencilInfo = initVulkanStructure();
+
+	VkPipelineColorBlendAttachmentState colorBlendAttachmentState;
+	deMemset(&colorBlendAttachmentState, 0, sizeof(colorBlendAttachmentState));
+	colorBlendAttachmentState.colorWriteMask = (VK_COLOR_COMPONENT_R_BIT | VK_COLOR_COMPONENT_G_BIT | VK_COLOR_COMPONENT_B_BIT | VK_COLOR_COMPONENT_A_BIT);
+
+	const VkPipelineColorBlendStateCreateInfo colorBlendInfo =
+	{
+		VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO,	//	VkStructureType								sType;
+		nullptr,													//	const void*									pNext;
+		0u,															//	VkPipelineColorBlendStateCreateFlags		flags;
+		VK_FALSE,													//	VkBool32									logicOpEnable;
+		VK_LOGIC_OP_CLEAR,											//	VkLogicOp									logicOp;
+		1u,															//	deUint32									attachmentCount;
+		&colorBlendAttachmentState,									//	const VkPipelineColorBlendAttachmentState*	pAttachments;
+		{ .0f, .0f, .0f, .0f },										//	float										blendConstants[4];
+	};
+
+	const VkGraphicsPipelineCreateInfo pipelineCreateInfo =
+	{
+		VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO,				//	VkStructureType									sType;
+		nullptr,														//	const void*										pNext;
+		0u,																//	VkPipelineCreateFlags							flags;
+		static_cast<deUint32>(DE_LENGTH_OF_ARRAY(shaderStagesInfo)),	//	deUint32										stageCount;
+		shaderStagesInfo,												//	const VkPipelineShaderStageCreateInfo*			pStages;
+		&vertexInputInfo,												//	const VkPipelineVertexInputStateCreateInfo*		pVertexInputState;
+		&inputAssemblyInfo,												//	const VkPipelineInputAssemblyStateCreateInfo*	pInputAssemblyState;
+		&tessInfo,														//	const VkPipelineTessellationStateCreateInfo*	pTessellationState;
+		&viewportInfo,													//	const VkPipelineViewportStateCreateInfo*		pViewportState;
+		&rasterizationInfo,												//	const VkPipelineRasterizationStateCreateInfo*	pRasterizationState;
+		&multisampleInfo,												//	const VkPipelineMultisampleStateCreateInfo*		pMultisampleState;
+		&depthStencilInfo,												//	const VkPipelineDepthStencilStateCreateInfo*	pDepthStencilState;
+		&colorBlendInfo,												//	const VkPipelineColorBlendStateCreateInfo*		pColorBlendState;
+		nullptr,														//	const VkPipelineDynamicStateCreateInfo*			pDynamicState;
+		pipelineLayout.get(),											//	VkPipelineLayout								layout;
+		renderPass.get(),												//	VkRenderPass									renderPass;
+		0u,																//	deUint32										subpass;
+		DE_NULL,														//	VkPipeline										basePipelineHandle;
+		0,																//	deInt32											basePipelineIndex;
+	};
+
+	const auto graphicsPipeline = createGraphicsPipeline(vkd, device, DE_NULL, &pipelineCreateInfo);
+
+	// Framebuffer.
+	const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorAttachmentView.get(), extent.width, extent.height);
+
+	// Command pool and buffer.
+	const auto cmdPool		= makeCommandPool(vkd, device, qIndex);
+	const auto cmdBufferPtr	= allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY);
+	const auto cmdBuffer	= cmdBufferPtr.get();
+
+	// Empty clear color for the framebuffer.
+	VkClearValue zeroClearColor;
+	deMemset(&zeroClearColor, 0, sizeof(zeroClearColor));
+
+	// Texture barriers to fill it before using it.
+	const auto preClearBarrier = makeImageMemoryBarrier(
+		0u,
+		VK_ACCESS_TRANSFER_WRITE_BIT,
+		VK_IMAGE_LAYOUT_UNDEFINED,
+		VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL,
+		texture.get(),
+		colorSubresourceRange);
+
+	const auto postClearBarrier = makeImageMemoryBarrier(
+		VK_ACCESS_TRANSFER_WRITE_BIT,
+		VK_ACCESS_SHADER_READ_BIT,
+		VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL,
+		VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL,
+		texture.get(),
+		colorSubresourceRange);
+
+	// Record and submit.
+	beginCommandBuffer(vkd, cmdBuffer);
+
+	// Prepare texture.
+	vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT, VK_PIPELINE_STAGE_TRANSFER_BIT, 0u, 0u, nullptr, 0u, nullptr, 1u, &preClearBarrier);
+	vkd.cmdClearColorImage(cmdBuffer, texture.get(), VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &m_params.textureColor, 1u, &colorSubresourceRange);
+	vkd.cmdPipelineBarrier(cmdBuffer, VK_PIPELINE_STAGE_TRANSFER_BIT, VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT, 0u, 0u, nullptr, 0u, nullptr, 1u, &postClearBarrier);
+
+	// Read from the texture to render a full-screen quad to the color buffer.
+	beginRenderPass(vkd, cmdBuffer, renderPass.get(), framebuffer.get(), scissor, zeroClearColor);
+	vkd.cmdBindPipeline(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, graphicsPipeline.get());
+	vkd.cmdBindDescriptorSets(cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipelineLayout.get(), 0u, 1u, &descriptorSet.get(), 0u, nullptr);
+	vkd.cmdDraw(cmdBuffer, 4u, 1u, 0u, 0u);
+	endRenderPass(vkd, cmdBuffer);
+
+	endCommandBuffer(vkd, cmdBuffer);
+	submitCommandsAndWait(vkd, device, queue, cmdBuffer);
+
+	// Verify color buffer.
+	const auto	renderSize				= tcu::UVec2(extent.width, extent.height);
+	const auto	colorAttachmentLevel	= readColorAttachment(vkd, device, queue, qIndex, alloc, colorAttachment.get(), colorAttachmentFormat, renderSize);
+	const auto	colorPixels				= colorAttachmentLevel->getAccess();
+	const auto	tcuTextureFormat		= mapVkFormat(m_params.textureFormat);
+	const auto	borderColor				= getBorderClearColorValue(m_params);
+	const auto	expectedColor			= getExpectedColor(borderColor, m_params);
+	std::string	resultMsg;
+
+	if (!comparePixelToColorClearValue(m_params, colorPixels, tcuTextureFormat, expectedColor, resultMsg))
+		TCU_FAIL(resultMsg);
+
+	return tcu::TestStatus::pass(resultMsg);
+}
+
+using ComponentSwizzleArray = std::array<VkComponentSwizzle, 4>;
+
+// Convert the component swizzle array to a component mapping structure.
+void makeComponentMapping(VkComponentMapping& mapping, const ComponentSwizzleArray& array)
+{
+	mapping.r = array[0];
+	mapping.g = array[1];
+	mapping.b = array[2];
+	mapping.a = array[3];
+}
+
+std::string swizzleArrayToString(const ComponentSwizzleArray& swizzles)
+{
+	std::ostringstream stream;
+
+	for (const auto& s : swizzles)
+	{
+		switch (s)
+		{
+		case VK_COMPONENT_SWIZZLE_IDENTITY:	stream << "i"; break;
+		case VK_COMPONENT_SWIZZLE_ZERO:		stream << "0"; break;
+		case VK_COMPONENT_SWIZZLE_ONE:		stream << "1"; break;
+		case VK_COMPONENT_SWIZZLE_R:		stream << "r"; break;
+		case VK_COMPONENT_SWIZZLE_G:		stream << "g"; break;
+		case VK_COMPONENT_SWIZZLE_B:		stream << "b"; break;
+		case VK_COMPONENT_SWIZZLE_A:		stream << "a"; break;
+		default:
+			DE_ASSERT(false); break;
+		}
+	}
+
+	return stream.str();
+}
+
+// Generate mapping permutations for the swizzle components.
+// Note: using every permutation for component swizzle values results in 7^4=2401 combinations, which are too many.
+std::vector<ComponentSwizzleArray> genMappingPermutations ()
+{
+	std::vector<ComponentSwizzleArray>	result;
+	const ComponentSwizzleArray			standardSwizzle	= {{ VK_COMPONENT_SWIZZLE_R, VK_COMPONENT_SWIZZLE_G, VK_COMPONENT_SWIZZLE_B, VK_COMPONENT_SWIZZLE_A }};
+
+	// Standard normal swizzle.
+	result.push_back(standardSwizzle);
+
+	// Add a few combinations with rotated swizzles.
+	for (size_t rotations = 1u; rotations < standardSwizzle.size(); ++rotations)
+	{
+		ComponentSwizzleArray rotatedSwizzle = standardSwizzle;
+		std::rotate(rotatedSwizzle.begin(), rotatedSwizzle.begin() + rotations, rotatedSwizzle.end());
+		result.push_back(rotatedSwizzle);
+	}
+
+	// Try placing each special value in each of the positions.
+	VkComponentSwizzle specialSwizzles[] = { VK_COMPONENT_SWIZZLE_IDENTITY, VK_COMPONENT_SWIZZLE_ONE, VK_COMPONENT_SWIZZLE_ZERO };
+	for (const auto& special : specialSwizzles)
+	{
+		for (size_t pos = 0; pos < standardSwizzle.size(); ++pos)
+		{
+			ComponentSwizzleArray newArray = standardSwizzle;
+			newArray[pos] = special;
+			result.push_back(newArray);
+		}
+	}
+
+	return result;
+}
+
+std::string gatherIndexToString(int gatherIndex)
+{
+	if (gatherIndex < 0)
+		return "no_gather";
+	return "gather_" + std::to_string(gatherIndex);
+}
+
+bool isIntegerBorder (VkBorderColor borderType)
+{
+	bool isInt = false;
+	switch (borderType)
+	{
+	case VK_BORDER_COLOR_FLOAT_TRANSPARENT_BLACK:
+	case VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK:
+	case VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE:
+	case VK_BORDER_COLOR_FLOAT_CUSTOM_EXT:
+		isInt = false; break;
+	case VK_BORDER_COLOR_INT_TRANSPARENT_BLACK:
+	case VK_BORDER_COLOR_INT_OPAQUE_BLACK:
+	case VK_BORDER_COLOR_INT_OPAQUE_WHITE:
+	case VK_BORDER_COLOR_INT_CUSTOM_EXT:
+		isInt = true; break;
+	default:
+		DE_ASSERT(false); break;
+	}
+
+	return isInt;
+}
+
+tcu::Vec2 getRandomBorderCoordinates (de::Random& rnd)
+{
+	tcu::Vec2 coords;
+
+	// Two bits to decide which coordinates will be out of range (at least one).
+	const deUint32 outOfRangeMask = static_cast<deUint32>(rnd.getInt(1, 3));
+
+	for (int i = 0; i < 2; ++i)
+	{
+		// Each coord will be in the [0.0, 0.9] range if in range, [1.1, 5.0] or [-5.0, -1.1] if out of range.
+		bool	outOfRange	= (outOfRangeMask & (1<<i));
+		bool	negative	= (outOfRange && rnd.getBool());
+		float	minCoord	= (outOfRange ? 1.1f : 0.0f);
+		float	maxCoord	= (outOfRange ? 5.0f : 0.9f);
+		float	value		= (negative ? -1.0f : 1.0f) * rnd.getFloat(minCoord, maxCoord);
+
+		coords[i] = value;
+	}
+
+	return coords;
+}
+
+// Generate a random clear color usable for the given format.
+VkClearColorValue getRandomClearColor (VkFormat format, de::Random& rnd)
+{
+	VkClearColorValue color;
+	deMemset(&color, 0, sizeof(color));
+
+	const auto		tcuFormat		= mapVkFormat(format);
+	const auto		numComponents	= tcu::getNumUsedChannels(tcuFormat.order);
+	const auto		componentSize	= tcu::getChannelSize(tcuFormat.type);
+
+	DE_ASSERT(componentSize > 0);
+
+	const deUint64	mask			= (1ull << (componentSize*8)) - 1ull;
+	const deUint64	signBit			= (1ull << (componentSize*8-1));
+	const deUint64	signMask		= (~mask); // Used to extend the sign bit.
+	const auto		formatType		= getFormatType(format);
+
+	for (int i = 0; i < numComponents; ++i)
+	{
+		if (formatType == FormatType::SIGNED_INT || formatType == FormatType::UNSIGNED_INT)
+		{
+			const auto value = rnd.getUint64();
+
+			if (formatType == FormatType::SIGNED_INT)
+			{
+				// Extend sign bit for negative values.
+				auto finalValue = (value & mask);
+				if (finalValue & signBit)
+					finalValue |= signMask;
+				color.int32[i] = static_cast<deInt32>(finalValue);
+			}
+			else
+				color.uint32[i] = static_cast<deUint32>(value & mask);
+		}
+		else
+			color.float32[i] = rnd.getFloat();
+	}
+
+	return color;
+}
+
+} // anonymous
+
+tcu::TestCaseGroup* createSamplerBorderSwizzleTests (tcu::TestContext& testCtx)
+{
+	const deUint32 baseSeed = 1610707317u;
+
+	const VkFormat textureFormats[] =
+	{
+		//VK_FORMAT_UNDEFINED,
+		//VK_FORMAT_R4G4_UNORM_PACK8,
+		//VK_FORMAT_R4G4B4A4_UNORM_PACK16,
+		//VK_FORMAT_B4G4R4A4_UNORM_PACK16,
+		//VK_FORMAT_R5G6B5_UNORM_PACK16,
+		//VK_FORMAT_B5G6R5_UNORM_PACK16,
+		//VK_FORMAT_R5G5B5A1_UNORM_PACK16,
+		//VK_FORMAT_B5G5R5A1_UNORM_PACK16,
+		//VK_FORMAT_A1R5G5B5_UNORM_PACK16,
+		VK_FORMAT_R8_UNORM,
+		VK_FORMAT_R8_SNORM,
+		//VK_FORMAT_R8_USCALED,
+		//VK_FORMAT_R8_SSCALED,
+		VK_FORMAT_R8_UINT,
+		VK_FORMAT_R8_SINT,
+		VK_FORMAT_R8_SRGB,
+		VK_FORMAT_R8G8_UNORM,
+		VK_FORMAT_R8G8_SNORM,
+		//VK_FORMAT_R8G8_USCALED,
+		//VK_FORMAT_R8G8_SSCALED,
+		VK_FORMAT_R8G8_UINT,
+		VK_FORMAT_R8G8_SINT,
+		VK_FORMAT_R8G8_SRGB,
+		VK_FORMAT_R8G8B8_UNORM,
+		VK_FORMAT_R8G8B8_SNORM,
+		//VK_FORMAT_R8G8B8_USCALED,
+		//VK_FORMAT_R8G8B8_SSCALED,
+		VK_FORMAT_R8G8B8_UINT,
+		VK_FORMAT_R8G8B8_SINT,
+		VK_FORMAT_R8G8B8_SRGB,
+		VK_FORMAT_B8G8R8_UNORM,
+		VK_FORMAT_B8G8R8_SNORM,
+		//VK_FORMAT_B8G8R8_USCALED,
+		//VK_FORMAT_B8G8R8_SSCALED,
+		VK_FORMAT_B8G8R8_UINT,
+		VK_FORMAT_B8G8R8_SINT,
+		VK_FORMAT_B8G8R8_SRGB,
+		VK_FORMAT_R8G8B8A8_UNORM,
+		VK_FORMAT_R8G8B8A8_SNORM,
+		//VK_FORMAT_R8G8B8A8_USCALED,
+		//VK_FORMAT_R8G8B8A8_SSCALED,
+		VK_FORMAT_R8G8B8A8_UINT,
+		VK_FORMAT_R8G8B8A8_SINT,
+		VK_FORMAT_R8G8B8A8_SRGB,
+		VK_FORMAT_B8G8R8A8_UNORM,
+		VK_FORMAT_B8G8R8A8_SNORM,
+		//VK_FORMAT_B8G8R8A8_USCALED,
+		//VK_FORMAT_B8G8R8A8_SSCALED,
+		VK_FORMAT_B8G8R8A8_UINT,
+		VK_FORMAT_B8G8R8A8_SINT,
+		VK_FORMAT_B8G8R8A8_SRGB,
+		// VK_FORMAT_A8B8G8R8_UNORM_PACK32,
+		// VK_FORMAT_A8B8G8R8_SNORM_PACK32,
+		// VK_FORMAT_A8B8G8R8_USCALED_PACK32,
+		// VK_FORMAT_A8B8G8R8_SSCALED_PACK32,
+		// VK_FORMAT_A8B8G8R8_UINT_PACK32,
+		// VK_FORMAT_A8B8G8R8_SINT_PACK32,
+		// VK_FORMAT_A8B8G8R8_SRGB_PACK32,
+		// VK_FORMAT_A2R10G10B10_UNORM_PACK32,
+		// VK_FORMAT_A2R10G10B10_SNORM_PACK32,
+		// VK_FORMAT_A2R10G10B10_USCALED_PACK32,
+		// VK_FORMAT_A2R10G10B10_SSCALED_PACK32,
+		// VK_FORMAT_A2R10G10B10_UINT_PACK32,
+		// VK_FORMAT_A2R10G10B10_SINT_PACK32,
+		// VK_FORMAT_A2B10G10R10_UNORM_PACK32,
+		// VK_FORMAT_A2B10G10R10_SNORM_PACK32,
+		// VK_FORMAT_A2B10G10R10_USCALED_PACK32,
+		// VK_FORMAT_A2B10G10R10_SSCALED_PACK32,
+		// VK_FORMAT_A2B10G10R10_UINT_PACK32,
+		// VK_FORMAT_A2B10G10R10_SINT_PACK32,
+		VK_FORMAT_R16_UNORM,
+		VK_FORMAT_R16_SNORM,
+		//VK_FORMAT_R16_USCALED,
+		//VK_FORMAT_R16_SSCALED,
+		VK_FORMAT_R16_UINT,
+		VK_FORMAT_R16_SINT,
+		VK_FORMAT_R16_SFLOAT,
+		VK_FORMAT_R16G16_UNORM,
+		VK_FORMAT_R16G16_SNORM,
+		//VK_FORMAT_R16G16_USCALED,
+		//VK_FORMAT_R16G16_SSCALED,
+		VK_FORMAT_R16G16_UINT,
+		VK_FORMAT_R16G16_SINT,
+		VK_FORMAT_R16G16_SFLOAT,
+		VK_FORMAT_R16G16B16_UNORM,
+		VK_FORMAT_R16G16B16_SNORM,
+		//VK_FORMAT_R16G16B16_USCALED,
+		//VK_FORMAT_R16G16B16_SSCALED,
+		VK_FORMAT_R16G16B16_UINT,
+		VK_FORMAT_R16G16B16_SINT,
+		VK_FORMAT_R16G16B16_SFLOAT,
+		VK_FORMAT_R16G16B16A16_UNORM,
+		VK_FORMAT_R16G16B16A16_SNORM,
+		//VK_FORMAT_R16G16B16A16_USCALED,
+		//VK_FORMAT_R16G16B16A16_SSCALED,
+		VK_FORMAT_R16G16B16A16_UINT,
+		VK_FORMAT_R16G16B16A16_SINT,
+		VK_FORMAT_R16G16B16A16_SFLOAT,
+		VK_FORMAT_R32_UINT,
+		VK_FORMAT_R32_SINT,
+		VK_FORMAT_R32_SFLOAT,
+		VK_FORMAT_R32G32_UINT,
+		VK_FORMAT_R32G32_SINT,
+		VK_FORMAT_R32G32_SFLOAT,
+		VK_FORMAT_R32G32B32_UINT,
+		VK_FORMAT_R32G32B32_SINT,
+		VK_FORMAT_R32G32B32_SFLOAT,
+		VK_FORMAT_R32G32B32A32_UINT,
+		VK_FORMAT_R32G32B32A32_SINT,
+		VK_FORMAT_R32G32B32A32_SFLOAT,
+	};
+
+	const auto mappingPermutations = genMappingPermutations();
+
+	const struct
+	{
+		VkBorderColor	borderType;
+		const char*		borderTypeName;
+	}
+	borderColors[] =
+	{
+		{	VK_BORDER_COLOR_FLOAT_TRANSPARENT_BLACK,	"transparent_black"	},
+		{	VK_BORDER_COLOR_INT_TRANSPARENT_BLACK,		"transparent_black"	},
+		{	VK_BORDER_COLOR_FLOAT_OPAQUE_BLACK,			"opaque_black"		},
+		{	VK_BORDER_COLOR_INT_OPAQUE_BLACK,			"opaque_black"		},
+		{	VK_BORDER_COLOR_FLOAT_OPAQUE_WHITE,			"opaque_white"		},
+		{	VK_BORDER_COLOR_INT_OPAQUE_WHITE,			"opaque_white"		},
+		{	VK_BORDER_COLOR_FLOAT_CUSTOM_EXT,			"custom"			},
+		{	VK_BORDER_COLOR_INT_CUSTOM_EXT,				"custom"			},
+	};
+
+	const struct
+	{
+		bool		useSwizzleHint;
+		const char*	name;
+	} swizzleHintCases[] =
+	{
+		{ false,	"no_swizzle_hint"	},
+		{ true,		"with_swizzle_hint"	},
+	};
+
+	de::MovePtr<tcu::TestCaseGroup> mainGroup(new tcu::TestCaseGroup(testCtx, "border_swizzle", "Border color swizzle tests"));
+
+	for (const auto& format : textureFormats)
+	{
+		const auto						skip		= std::strlen("VK_FORMAT_");
+		const std::string				formatName	= de::toLower(std::string(getFormatName(format)).substr(skip));
+		de::MovePtr<tcu::TestCaseGroup>	formatGroup	(new tcu::TestCaseGroup(testCtx, formatName.c_str(), ""));
+
+		for (size_t mappingIdx = 0u; mappingIdx < mappingPermutations.size(); ++mappingIdx)
+		{
+			const auto&						mapping			= mappingPermutations[mappingIdx];
+			de::MovePtr<tcu::TestCaseGroup>	mappingGroup	(new tcu::TestCaseGroup(testCtx, swizzleArrayToString(mapping).c_str(), ""));
+
+			for (int borderColorIdx = 0; borderColorIdx < DE_LENGTH_OF_ARRAY(borderColors); ++borderColorIdx)
+			{
+				const auto&						borderColor		= borderColors[borderColorIdx];
+				de::MovePtr<tcu::TestCaseGroup>	borderTypeGroup	(new tcu::TestCaseGroup(testCtx, borderColor.borderTypeName, ""));
+
+				const auto formatType	= getFormatType(format);
+				const auto isIntBorder	= isIntegerBorder(borderColor.borderType);
+
+				// Skip cases that do not make sense for the format and border type combination.
+				if (isIntBorder && formatType == FormatType::FLOAT)
+					continue;
+				else if (!isIntBorder && formatType != FormatType::FLOAT)
+					continue;
+
+				for (int gatherIdx = -1; gatherIdx <= 3; ++gatherIdx)
+				{
+					const auto						componentGather	= gatherIndexToString(gatherIdx);
+					de::MovePtr<tcu::TestCaseGroup>	gatherGroup		(new tcu::TestCaseGroup(testCtx, componentGather.c_str(), ""));
+
+					for (const auto& swizzleHint : swizzleHintCases)
+					{
+						TestParams params;
+
+						const deUint32	seed	= baseSeed + static_cast<deUint32>(format) + static_cast<deUint32>(mappingIdx) + static_cast<deUint32>(borderColorIdx) + static_cast<deUint32>(gatherIdx);
+						de::Random		rnd		(seed);
+
+						params.textureFormat	= format;
+						params.textureColor		= getRandomClearColor(format, rnd);
+
+						makeComponentMapping(params.componentMapping, mapping);
+						params.borderColor			= borderColor.borderType;
+						params.componentGather		= ((gatherIdx < 0) ? tcu::nothing<int>() : tcu::just(gatherIdx));
+						params.textureCoordinates	= getRandomBorderCoordinates(rnd);
+
+						if (params.isCustom())
+							params.customBorderColor = tcu::just(getRandomClearColor(format, rnd));
+						else
+							params.customBorderColor = tcu::nothing<VkClearColorValue>();
+
+						params.useSamplerSwizzleHint = swizzleHint.useSwizzleHint;
+
+						gatherGroup->addChild(new BorderSwizzleCase(testCtx, swizzleHint.name, "", params));
+					}
+
+					borderTypeGroup->addChild(gatherGroup.release());
+				}
+
+				mappingGroup->addChild(borderTypeGroup.release());
+			}
+
+			formatGroup->addChild(mappingGroup.release());
+		}
+
+		mainGroup->addChild(formatGroup.release());
+	}
+
+	return mainGroup.release();
+}
+
+} // pipeline
+} // vkt
+
+
+
diff --git a/external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerBorderSwizzleTests.hpp b/external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerBorderSwizzleTests.hpp
new file mode 100644
index 0000000..7b1832c
--- /dev/null
+++ b/external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerBorderSwizzleTests.hpp
@@ -0,0 +1,39 @@
+#ifndef _VKTPIPELINESAMPLERBORDERSWIZZLETESTS_HPP
+#define _VKTPIPELINESAMPLERBORDERSWIZZLETESTS_HPP
+/*------------------------------------------------------------------------
+ * Vulkan Conformance Tests
+ * ------------------------
+ *
+ * Copyright (c) 2021 The Khronos Group Inc.
+ * Copyright (c) 2021 Valve Corporation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ *//*!
+ * \file
+ * \brief Border color swizzle tests
+ *//*--------------------------------------------------------------------*/
+#include "vktTestCase.hpp"
+
+namespace vkt
+{
+namespace pipeline
+{
+
+tcu::TestCaseGroup* createSamplerBorderSwizzleTests (tcu::TestContext& testCtx);
+
+} // pipeline
+} // vkt
+
+
+#endif // _VKTPIPELINESAMPLERBORDERSWIZZLETESTS_HPP
diff --git a/external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerTests.cpp b/external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerTests.cpp
index 148334f..2ef71d9 100644
--- a/external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerTests.cpp
+++ b/external/vulkancts/modules/vulkan/pipeline/vktPipelineSamplerTests.cpp
@@ -24,6 +24,7 @@
 
 #include "vktPipelineSamplerTests.hpp"
 #include "vktPipelineImageSamplingInstance.hpp"
+#include "vktPipelineSamplerBorderSwizzleTests.hpp"
 #include "vktPipelineImageUtil.hpp"
 #include "vktPipelineVertexUtil.hpp"
 #include "vktTestCase.hpp"
@@ -417,9 +418,9 @@
 				<< "{\n"
 				<< "	fragColor = ";
 
-	if (m_samplerLod > 0.0f)
+	if (m_samplerLod > 0.0f || !m_imageViewType.isNormalized())
 	{
-		DE_ASSERT(m_imageViewType.isNormalized());
+		DE_ASSERT(m_imageViewType.isNormalized() || (m_samplerLod == 0.0f && !m_imageViewType.isNormalized()));
 		fragmentSrc << "textureLod(texSampler, vtxTexCoords." << texCoordSwizzle << ", " << std::fixed <<  m_samplerLod << ")";
 	}
 	else
@@ -1328,10 +1329,18 @@
 		<< "\n"
 		<< "layout(location = 0) out " << colorType << " outColor;\n"
 		<< "\n"
-		<< "void main() {\n"
-		<< "    outColor = texture(texSampler, fragTexCoord);\n"
-		<< "}\n"
-		;
+		<< "void main() {\n";
+
+	if (m_params.unnormalizedCoordinates)
+	{
+		fragmentShader << "    outColor = textureLod(texSampler, fragTexCoord, 0.0f);";
+	}
+	else
+	{
+		fragmentShader << "    outColor = texture(texSampler, fragTexCoord);\n";
+	}
+
+	fragmentShader << "}\n";
 
 	programCollection.glslSources.add("frag") << glu::FragmentSource{fragmentShader.str()};
 }
@@ -2065,6 +2074,9 @@
 		samplerTests->addChild(separateStencilUsageSamplerTests.release());
 	}
 
+	// Border color swizzle tests.
+	samplerTests->addChild(createSamplerBorderSwizzleTests(testCtx));
+
 	return samplerTests.release();
 }
 
diff --git a/external/vulkancts/modules/vulkan/rasterization/vktRasterizationFragShaderSideEffectsTests.cpp b/external/vulkancts/modules/vulkan/rasterization/vktRasterizationFragShaderSideEffectsTests.cpp
index bfefbb6..c9332d4 100644
--- a/external/vulkancts/modules/vulkan/rasterization/vktRasterizationFragShaderSideEffectsTests.cpp
+++ b/external/vulkancts/modules/vulkan/rasterization/vktRasterizationFragShaderSideEffectsTests.cpp
@@ -73,7 +73,6 @@
 constexpr deUint32 kFramebufferHeight	= 32u;
 constexpr deUint32 kTotalPixels			= kFramebufferWidth * kFramebufferHeight;
 
-constexpr vk::VkFormatFeatureFlags	kNeededColorFeatures	= (vk::VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT | vk::VK_FORMAT_FEATURE_TRANSFER_SRC_BIT);
 constexpr vk::VkFormat				kColorFormat			= vk::VK_FORMAT_R8G8B8A8_UNORM;
 constexpr vk::VkFormatFeatureFlags	kNeededDSFeatures		= vk::VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT;
 // VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT must be supported for one of these two, according to the spec.
@@ -154,12 +153,13 @@
 
 void FragSideEffectsTestCase::checkSupport (Context& context) const
 {
-	const auto&	vki				= context.getInstanceInterface();
-	const auto	physicalDevice	= context.getPhysicalDevice();
+	const auto& features = context.getDeviceFeatures();
+
+	if (!features.fragmentStoresAndAtomics)
+		TCU_THROW(NotSupportedError, "Fragment shader stores and atomics not supported");
 
 	if (m_params.caseType == CaseType::DEPTH_BOUNDS)
 	{
-		const auto features = vk::getPhysicalDeviceFeatures(vki, physicalDevice);
 		if (!features.depthBounds)
 			TCU_THROW(NotSupportedError, "Depth bounds test not supported");
 	}
@@ -171,10 +171,6 @@
 	{
 		context.requireDeviceFunctionality("VK_KHR_shader_terminate_invocation");
 	}
-
-	const auto colorFormatProperties = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kColorFormat);
-	if ((colorFormatProperties.optimalTilingFeatures & kNeededColorFeatures) != kNeededColorFeatures)
-		TCU_THROW(NotSupportedError, "Color format lacks required features");
 }
 
 void FragSideEffectsTestCase::initPrograms (vk::SourceCollections& programCollection) const
diff --git a/external/vulkancts/modules/vulkan/rasterization/vktRasterizationProvokingVertexTests.cpp b/external/vulkancts/modules/vulkan/rasterization/vktRasterizationProvokingVertexTests.cpp
index e792176..728e152 100644
--- a/external/vulkancts/modules/vulkan/rasterization/vktRasterizationProvokingVertexTests.cpp
+++ b/external/vulkancts/modules/vulkan/rasterization/vktRasterizationProvokingVertexTests.cpp
@@ -24,6 +24,7 @@
 
 #include "vktRasterizationProvokingVertexTests.hpp"
 
+#include "vkBarrierUtil.hpp"
 #include "vkCmdUtil.hpp"
 #include "vkImageUtil.hpp"
 #include "vkObjUtil.hpp"
@@ -127,6 +128,7 @@
 public:
 						ProvokingVertexTestInstance	(Context& context, Params params);
 	tcu::TestStatus		iterate						(void);
+	Move<VkRenderPass>	makeRenderPass				(const DeviceInterface& vk, const VkDevice device);
 private:
 	Params	m_params;
 };
@@ -246,6 +248,7 @@
 	const VkDevice				device					= m_context.getDevice();
 	const deUint32				queueFamilyIndex		= m_context.getUniversalQueueFamilyIndex();
 	const tcu::TextureFormat	textureFormat			= vk::mapVkFormat(m_params.format);
+	const VkDeviceSize			counterBufferOffset		= 0u;
 	Allocator&					allocator				= m_context.getDefaultAllocator();
 	Move<VkImage>				image;
 	Move<VkImageView>			imageView;
@@ -255,6 +258,8 @@
 	Move<VkBuffer>				xfbBuffer;
 	de::MovePtr<Allocation>		xfbBufferMemory;
 	VkDeviceSize				xfbBufferSize			= 0;
+	Move<VkBuffer>				counterBuffer;
+	de::MovePtr<Allocation>		counterBufferMemory;
 	Move<VkBuffer>				vertexBuffer;
 	de::MovePtr<Allocation>		vertexBufferMemory;
 	Move<VkRenderPass>			renderPass;
@@ -319,23 +324,7 @@
 		VK_CHECK(vk.bindBufferMemory(device, *resultBuffer, resultBufferMemory->getMemory(), resultBufferMemory->getOffset()));
 	}
 
-	// Render pass and framebuffer
-	{
-		renderPass = makeRenderPass(vk,
-									device,
-									m_params.format,							// colorFormat
-									VK_FORMAT_UNDEFINED,						// depthStencilFormat
-									VK_ATTACHMENT_LOAD_OP_CLEAR,				// loadOperation
-									VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,	// finalLayoutColor
-									VK_IMAGE_LAYOUT_UNDEFINED,					// finalLayoutDepthStencil
-									VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,	// subpassLayoutColor
-									VK_IMAGE_LAYOUT_UNDEFINED,					// subpassLayoutDepthStencil
-									DE_NULL);									// allocationCallbacks
-
-		framebuffer = makeFramebuffer(vk, device, *renderPass, *imageView, m_params.size.x(), m_params.size.y(), 1u);
-	}
-
-	// Pipelines
+	// Render pass, framebuffer and pipelines
 	{
 		const Unique<VkShaderModule>									vertexShader					(createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0));
 		const Unique<VkShaderModule>									fragmentShader					(createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0));
@@ -407,26 +396,28 @@
 			1.0f															// lineWidth
 		};
 
-		pipeline = makeGraphicsPipeline(vk,
-										device,
-										*pipelineLayout,
-										*vertexShader,
-										DE_NULL,						// tessellationControlShaderModule
-										DE_NULL,						// tessellationEvalShaderModule
-										DE_NULL,						// geometryShaderModule
-										*fragmentShader,
-										*renderPass,
-										viewports,
-										scissors,
-										m_params.primitiveTopology,
-										0u,								// subpass
-										0u,								// patchControlPoints
-										&vertexInputStateParams,
-										&rasterizationStateCreateInfo,
-										DE_NULL,						// multisampleStateCreateInfo
-										DE_NULL,						// depthStencilStateCreateInfo
-										DE_NULL,						// colorBlendStateCreateInfo
-										DE_NULL);						// dynamicStateCreateInfo
+		renderPass	= ProvokingVertexTestInstance::makeRenderPass(vk, device);
+		framebuffer	= makeFramebuffer(vk, device, *renderPass, *imageView, m_params.size.x(), m_params.size.y(), 1u);
+		pipeline	= makeGraphicsPipeline(vk,
+										   device,
+										   *pipelineLayout,
+										   *vertexShader,
+										   DE_NULL,							// tessellationControlShaderModule
+										   DE_NULL,							// tessellationEvalShaderModule
+										   DE_NULL,							// geometryShaderModule
+										   *fragmentShader,
+										   *renderPass,
+										   viewports,
+										   scissors,
+										   m_params.primitiveTopology,
+										   0u,								// subpass
+										   0u,								// patchControlPoints
+										   &vertexInputStateParams,
+										   &rasterizationStateCreateInfo,
+										   DE_NULL,							// multisampleStateCreateInfo
+										   DE_NULL,							// depthStencilStateCreateInfo
+										   DE_NULL,							// colorBlendStateCreateInfo
+										   DE_NULL);						// dynamicStateCreateInfo
 
 		if (m_params.provokingVertexMode == PROVOKING_VERTEX_PER_PIPELINE)
 		{
@@ -660,7 +651,7 @@
 		flushAlloc(vk, device, *vertexBufferMemory);
 	}
 
-	// Transform feedback buffer
+	// Transform feedback and counter buffers
 	if (m_params.transformFeedback)
 	{
 		xfbBufferSize	= getXfbBufferSize(vertexCount, m_params.primitiveTopology);
@@ -668,12 +659,18 @@
 		if (m_params.provokingVertexMode ==PROVOKING_VERTEX_PER_PIPELINE)
 			xfbBufferSize = xfbBufferSize * 2;
 
-		const int					bufferUsage	= VK_BUFFER_USAGE_TRANSFER_SRC_BIT | VK_BUFFER_USAGE_TRANSFORM_FEEDBACK_BUFFER_BIT_EXT;
-		const VkBufferCreateInfo	createInfo	= makeBufferCreateInfo(xfbBufferSize, bufferUsage);
+		const int					xfbBufferUsage		= VK_BUFFER_USAGE_TRANSFER_SRC_BIT | VK_BUFFER_USAGE_TRANSFORM_FEEDBACK_BUFFER_BIT_EXT;
+		const VkBufferCreateInfo	xfbCreateInfo		= makeBufferCreateInfo(xfbBufferSize, xfbBufferUsage);
+		const VkDeviceSize			counterBufferSize	= 16 * sizeof(deUint32);
+		const VkBufferCreateInfo	counterBufferInfo	= makeBufferCreateInfo(counterBufferSize, VK_BUFFER_USAGE_TRANSFORM_FEEDBACK_COUNTER_BUFFER_BIT_EXT);
 
-		xfbBuffer		= createBuffer(vk, device, &createInfo);
-		xfbBufferMemory	= allocator.allocate(getBufferMemoryRequirements(vk, device, *xfbBuffer), MemoryRequirement::HostVisible);
+		xfbBuffer			= createBuffer(vk, device, &xfbCreateInfo);
+		xfbBufferMemory		= allocator.allocate(getBufferMemoryRequirements(vk, device, *xfbBuffer), MemoryRequirement::HostVisible);
 		VK_CHECK(vk.bindBufferMemory(device, *xfbBuffer, xfbBufferMemory->getMemory(), xfbBufferMemory->getOffset()));
+
+		counterBuffer		= createBuffer(vk, device, &counterBufferInfo);
+		counterBufferMemory	= allocator.allocate(getBufferMemoryRequirements(vk, device, *counterBuffer), MemoryRequirement::Any);
+		VK_CHECK(vk.bindBufferMemory(device, *counterBuffer, counterBufferMemory->getMemory(), counterBufferMemory->getOffset()));
 	}
 
 	// Clear the color buffer to red and check the drawing doesn't add any
@@ -709,13 +706,8 @@
 			subResourcerange							// subresourceRange
 		};
 
-		const VkMemoryBarrier			xfbMemoryBarrier	=
-		{
-			VK_STRUCTURE_TYPE_MEMORY_BARRIER,			// sType
-			DE_NULL,									// pNext
-			VK_ACCESS_TRANSFORM_FEEDBACK_WRITE_BIT_EXT,	// srcAccessMask
-			VK_ACCESS_HOST_READ_BIT						// dstAccessMask
-		};
+		const VkMemoryBarrier			xfbMemoryBarrier	= makeMemoryBarrier(VK_ACCESS_TRANSFORM_FEEDBACK_WRITE_BIT_EXT, VK_ACCESS_HOST_READ_BIT);
+		const VkMemoryBarrier			counterBarrier		= makeMemoryBarrier(VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT, VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT);
 
 		// The first half of the vertex buffer is for PROVOKING_VERTEX_FIRST,
 		// the second half for PROVOKING_VERTEX_LAST
@@ -740,19 +732,30 @@
 					const VkDeviceSize	xfbBufferOffset	= 0;
 
 					vk.cmdBindTransformFeedbackBuffersEXT(*commandBuffer, 0, 1, &*xfbBuffer, &xfbBufferOffset, &xfbBufferSize);
-					vk.cmdBeginTransformFeedbackEXT(*commandBuffer, 0, 0, DE_NULL, DE_NULL);
+					vk.cmdBeginTransformFeedbackEXT(*commandBuffer, 0, 1, &*counterBuffer, &counterBufferOffset);
 				}
 
 				vk.cmdDraw(*commandBuffer, vertexCount, 1u, firstVertex, 0u);
 
 				if (m_params.provokingVertexMode == PROVOKING_VERTEX_PER_PIPELINE)
 				{
+					// vkCmdBindPipeline must not be recorded when transform feedback is active.
+					if (m_params.transformFeedback)
+					{
+						vk.cmdEndTransformFeedbackEXT(*commandBuffer, 0, 1, &*counterBuffer, &counterBufferOffset);
+						vk.cmdPipelineBarrier(*commandBuffer, VK_PIPELINE_STAGE_TRANSFORM_FEEDBACK_BIT_EXT, VK_PIPELINE_STAGE_TRANSFORM_FEEDBACK_BIT_EXT, 0u, 1u, &counterBarrier, 0u, DE_NULL, 0u, DE_NULL);
+					}
+
 					vk.cmdBindPipeline(*commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *altPipeline);
+
+					if (m_params.transformFeedback)
+						vk.cmdBeginTransformFeedbackEXT(*commandBuffer, 0, 1, &*counterBuffer, &counterBufferOffset);
+
 					vk.cmdDraw(*commandBuffer, vertexCount, 1u, vertexCount, 0u);
 				}
 
 				if (m_params.transformFeedback)
-					vk.cmdEndTransformFeedbackEXT(*commandBuffer, 0, 0, DE_NULL, DE_NULL);
+					vk.cmdEndTransformFeedbackEXT(*commandBuffer, 0, 1, &*counterBuffer, &counterBufferOffset);
 			}
 			endRenderPass(vk, *commandBuffer);
 
@@ -838,6 +841,71 @@
 	return tcu::TestStatus::pass("Solid red");
 }
 
+// Copied from vkObjUtil.cpp with an additional subpass.
+Move<VkRenderPass> ProvokingVertexTestInstance::makeRenderPass (const DeviceInterface& vk, const VkDevice device)
+{
+	const VkAttachmentDescription		colorAttachmentDescription	=
+	{
+		(VkAttachmentDescriptionFlags)0,			// VkAttachmentDescriptionFlags    flags
+		m_params.format,							// VkFormat                        format
+		VK_SAMPLE_COUNT_1_BIT,						// VkSampleCountFlagBits           samples
+		VK_ATTACHMENT_LOAD_OP_CLEAR,				// VkAttachmentLoadOp              loadOp
+		VK_ATTACHMENT_STORE_OP_STORE,				// VkAttachmentStoreOp             storeOp
+		VK_ATTACHMENT_LOAD_OP_DONT_CARE,			// VkAttachmentLoadOp              stencilLoadOp
+		VK_ATTACHMENT_STORE_OP_DONT_CARE,			// VkAttachmentStoreOp             stencilStoreOp
+		VK_IMAGE_LAYOUT_UNDEFINED,					// VkImageLayout                   initialLayout
+		VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,	// VkImageLayout                   finalLayout
+	};
+
+	const VkAttachmentReference			colorAttachmentRef			=
+	{
+		0u,											// deUint32         attachment
+		VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL	// VkImageLayout    layout
+	};
+
+	const VkSubpassDescription			subpassDescription			=
+	{
+		(VkSubpassDescriptionFlags)0,		// VkSubpassDescriptionFlags       flags
+		VK_PIPELINE_BIND_POINT_GRAPHICS,	// VkPipelineBindPoint             pipelineBindPoint
+		0u,									// deUint32                        inputAttachmentCount
+		DE_NULL,							// const VkAttachmentReference*    pInputAttachments
+		1u,									// deUint32                        colorAttachmentCount
+		&colorAttachmentRef,				// const VkAttachmentReference*    pColorAttachments
+		DE_NULL,							// const VkAttachmentReference*    pResolveAttachments
+		DE_NULL,							// const VkAttachmentReference*    pDepthStencilAttachment
+		0u,									// deUint32                        preserveAttachmentCount
+		DE_NULL								// const deUint32*                 pPreserveAttachments
+	};
+
+	const VkSubpassDependency			selfDependency			=
+	{
+		0u,													// deUint32                srcSubpass
+		0u,													// deUint32                dstSubpass
+		VK_PIPELINE_STAGE_TRANSFORM_FEEDBACK_BIT_EXT,		// VkPipelineStageFlags    srcStageMask
+		VK_PIPELINE_STAGE_TRANSFORM_FEEDBACK_BIT_EXT,		// VkPipelineStageFlags    dstStageMask
+		VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_WRITE_BIT_EXT,	// VkAccessFlags           srcAccessMask
+		VK_ACCESS_TRANSFORM_FEEDBACK_COUNTER_READ_BIT_EXT,	// VkAccessFlags           dstAccessMask
+		0u													// VkDependencyFlags       dependencyFlags
+	};
+
+	const bool							xfbPerPipeline				= m_params.transformFeedback && m_params.provokingVertexMode == PROVOKING_VERTEX_PER_PIPELINE;
+
+	const VkRenderPassCreateInfo		renderPassInfo				=
+	{
+		VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO,	// VkStructureType                   sType
+		DE_NULL,									// const void*                       pNext
+		(VkRenderPassCreateFlags)0,					// VkRenderPassCreateFlags           flags
+		1u,											// deUint32                          attachmentCount
+		&colorAttachmentDescription,				// const VkAttachmentDescription*    pAttachments
+		1u,											// deUint32                          subpassCount
+		&subpassDescription,						// const VkSubpassDescription*       pSubpasses
+		xfbPerPipeline ? 1u : 0u,					// deUint32                          dependencyCount
+		xfbPerPipeline ? &selfDependency : DE_NULL	// const VkSubpassDependency*        pDependencies
+	};
+
+	return createRenderPass(vk, device, &renderPassInfo, DE_NULL);
+}
+
 void createTests (tcu::TestCaseGroup* testGroup)
 {
 	tcu::TestContext&	testCtx	= testGroup->getTestContext();
diff --git a/external/vulkancts/modules/vulkan/ray_query/vktRayQueryAccelerationStructuresTests.cpp b/external/vulkancts/modules/vulkan/ray_query/vktRayQueryAccelerationStructuresTests.cpp
index c7cb3b4..96f9d62 100644
--- a/external/vulkancts/modules/vulkan/ray_query/vktRayQueryAccelerationStructuresTests.cpp
+++ b/external/vulkancts/modules/vulkan/ray_query/vktRayQueryAccelerationStructuresTests.cpp
@@ -2846,12 +2846,11 @@
 	// #version 460 core
 	// #extension GL_EXT_ray_query : require
 	// #extension GL_EXT_nonuniform_qualifier : enable
-	// #extension GL_ARB_gpu_shader_int64 : enable			// needed only to generate spir-v
 
 	// #define ARRAY_SIZE 500
 	// layout(set = 0, binding = 0) uniform accelerationStructureEXT tlasArray[ARRAY_SIZE];
 	// layout(set = 0, binding = 1) readonly buffer topLevelASPointers {
-	//     uint64_t ptr[];
+	//     uvec2 ptr[];
 	// } tlasPointers;
 	// layout(set = 0, binding = 2) readonly buffer topLevelASIndices {
 	//     uint idx[];
@@ -2890,7 +2889,6 @@
 	// }
 
 	const std::string compSource =
-		"OpCapability Int64\n"
 		"OpCapability Shader\n"
 		"OpCapability RayQueryKHR\n"
 		"OpCapability ShaderNonUniform\n"
@@ -2986,12 +2984,12 @@
 		"%124						= OpConstant %type_uint32 7\n"
 
 		// <changed_section>
-		"%type_uint64				= OpTypeInt 64 0\n"
-		"%127						= OpTypeRuntimeArray %type_uint64\n"
+		"%v2uint					= OpTypeVector %type_uint32 2\n"
+		"%127						= OpTypeRuntimeArray %v2uint\n"
 		"%128						= OpTypeStruct %127\n"
 		"%129						= OpTypePointer StorageBuffer %128\n"
 		"%var_as_pointers_ssbo		= OpVariable %129 StorageBuffer\n"
-		"%type_uint64_ssbo_ptr		= OpTypePointer StorageBuffer %type_uint64\n"
+		"%type_uint64_ssbo_ptr		= OpTypePointer StorageBuffer %v2uint\n"
 		// </changed_section>
 
 		// void main()
@@ -3060,7 +3058,7 @@
 
 		// <changed_section>
 		"%as_device_addres_ptr		= OpAccessChain %type_uint64_ssbo_ptr %var_as_pointers_ssbo %c_int32_0 %as_index\n"
-		"%as_device_addres			= OpLoad %type_uint64 %as_device_addres_ptr Aligned 8\n"
+		"%as_device_addres			= OpLoad %v2uint %as_device_addres_ptr\n"
 		"%as_to_use					= OpConvertUToAccelerationStructureKHR %type_as %as_device_addres\n"
 		// </changed_section>
 
diff --git a/external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingAccelerationStructuresTests.cpp b/external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingAccelerationStructuresTests.cpp
index 9942487..bacb43e 100644
--- a/external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingAccelerationStructuresTests.cpp
+++ b/external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingAccelerationStructuresTests.cpp
@@ -1920,13 +1920,12 @@
 	// #version 460 core
 	// #extension GL_EXT_ray_tracing : require
 	// #extension GL_EXT_nonuniform_qualifier : enable
-	// #extension GL_ARB_gpu_shader_int64 : enable			// needed only to generate spir-v
 	// #define ARRAY_SIZE 500
 	// layout(location = 0) rayPayloadEXT uvec2 payload;	// offset and flag indicating if we are using descriptors or pointers
 
 	// layout(set = 0, binding = 0) uniform accelerationStructureEXT tlasArray[ARRAY_SIZE];
 	// layout(set = 0, binding = 1) readonly buffer topLevelASPointers {
-	//     uint64_t ptr[];
+	//     uvec2 ptr[];
 	// } tlasPointers;
 	// layout(set = 0, binding = 2) readonly buffer topLevelASIndices {
 	//     uint idx[];
@@ -1956,7 +1955,6 @@
 	// };
 
 	const std::string rgenSource =
-		"OpCapability Int64\n"
 		"OpCapability RayTracingKHR\n"
 		"OpCapability ShaderNonUniform\n"
 		"OpExtension \"SPV_EXT_descriptor_indexing\"\n"
@@ -2048,12 +2046,11 @@
 		"%91							= OpConstant %type_uint32 3\n"
 
 		// <changed_section>
-		"%type_uint64					= OpTypeInt 64 0\n"
-		"%104							= OpTypeRuntimeArray %type_uint64\n"
+		"%104							= OpTypeRuntimeArray %58\n"
 		"%105							= OpTypeStruct %104\n"
 		"%106							= OpTypePointer StorageBuffer %105\n"
 		"%var_as_pointers_ssbo			= OpVariable %106 StorageBuffer\n"
-		"%type_uint64_ssbo_ptr			= OpTypePointer StorageBuffer %type_uint64\n"
+		"%type_uint64_ssbo_ptr			= OpTypePointer StorageBuffer %58\n"
 		// </changed_section>
 
 		// void main()
@@ -2123,7 +2120,7 @@
 
 		// <changed_section> OLD
 		"%as_device_addres_ptr			= OpAccessChain %type_uint64_ssbo_ptr %var_as_pointers_ssbo %c_int32_0 %as_index\n"
-		"%as_device_addres				= OpLoad %type_uint64 %as_device_addres_ptr Aligned 8\n"
+		"%as_device_addres				= OpLoad %58 %as_device_addres_ptr\n"
 		"%as_to_use						= OpConvertUToAccelerationStructureKHR %type_as %as_device_addres\n"
 		// </changed_section>
 
diff --git a/external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingMiscTests.cpp b/external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingMiscTests.cpp
index ffddb60..e88797e 100644
--- a/external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingMiscTests.cpp
+++ b/external/vulkancts/modules/vulkan/ray_tracing/vktRayTracingMiscTests.cpp
@@ -7880,7 +7880,6 @@
 									TestBase*				testPtr);
 	~RayTracingMiscTestInstance (	void);
 
-	bool			init	(void);
 	tcu::TestStatus	iterate	(void);
 
 protected:
@@ -7897,26 +7896,24 @@
 RayTracingMiscTestInstance::RayTracingMiscTestInstance (Context&					context,
 														const CaseDef&				data,
 														TestBase*					testPtr)
-	: vkt::TestInstance	(context)
-	, m_data			(data)
-	, m_testPtr			(testPtr)
+	: vkt::TestInstance			(context)
+	, m_data					(data)
+	, m_rayTracingPropsPtr		(makeRayTracingProperties(context.getInstanceInterface(),
+														  context.getPhysicalDevice()))
+	, m_testPtr					(testPtr)
 {
-}
+	m_testPtr->init(m_context, m_rayTracingPropsPtr.get());
+ }
 
 RayTracingMiscTestInstance::~RayTracingMiscTestInstance(void)
 {
 	/* Stub */
 }
 
-bool RayTracingMiscTestInstance::init()
+void RayTracingMiscTestInstance::checkSupport(void) const
 {
-	const auto& instanceInterface = m_context.getInstanceInterface();
-	const auto& physicalDeviceVk  = m_context.getPhysicalDevice   ();
-
-	m_rayTracingPropsPtr = makeRayTracingProperties(instanceInterface,
-													physicalDeviceVk);
-
-	return true;
+	if (m_testPtr->getResultBufferSize() > m_context.getDeviceVulkan11Properties().maxMemoryAllocationSize)
+		TCU_THROW(NotSupportedError, "VkPhysicalDeviceVulkan11Properties::maxMemoryAllocationSize too small, allocation might fail");
 }
 
 de::MovePtr<BufferWithMemory> RayTracingMiscTestInstance::runTest(void)
@@ -7929,10 +7926,6 @@
 	Allocator&				allocator			= m_context.getDefaultAllocator			();
 
 	de::MovePtr<BufferWithMemory>					resultBufferPtr;
-	auto											rtPropertiesPtr		= makeRayTracingProperties(m_context.getInstanceInterface(), m_context.getPhysicalDevice() );
-
-	m_testPtr->init(m_context,
-					rtPropertiesPtr.get() );
 
 	// Determine group indices
 	const auto ahitCollectionShaderNameVec			= m_testPtr->getAHitShaderCollectionShaderNames			();
@@ -8281,7 +8274,7 @@
 						0u /* flags */);
 	{
 		m_testPtr->initAS(	m_context,
-							rtPropertiesPtr.get(),
+							m_rayTracingPropsPtr.get(),
 							*cmdBufferPtr);
 
 		std::vector<TopLevelAccelerationStructure*> tlasPtrVec = m_testPtr->getTLASPtrVecToBind();
@@ -8460,6 +8453,8 @@
 
 tcu::TestStatus RayTracingMiscTestInstance::iterate (void)
 {
+	checkSupport();
+
 	const de::MovePtr<BufferWithMemory>	bufferGPUPtr		= runTest();
 	const deUint32*						bufferGPUDataPtr	= (deUint32*) bufferGPUPtr->getAllocation().getHostPtr();
 	const bool							result				= m_testPtr->verifyResultBuffer(bufferGPUDataPtr);
@@ -9226,8 +9221,6 @@
 																m_data,
 																m_testPtr.get		() );
 
-	newTestInstancePtr->init();
-
 	return newTestInstancePtr;
 }
 
diff --git a/external/vulkancts/modules/vulkan/renderpass/vktRenderPassSubpassDependencyTests.cpp b/external/vulkancts/modules/vulkan/renderpass/vktRenderPassSubpassDependencyTests.cpp
index 9780759..140aa5b 100644
--- a/external/vulkancts/modules/vulkan/renderpass/vktRenderPassSubpassDependencyTests.cpp
+++ b/external/vulkancts/modules/vulkan/renderpass/vktRenderPassSubpassDependencyTests.cpp
@@ -2559,8 +2559,15 @@
 		}
 
 		const vector<Subpass>		subpasses	(1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmentReferences, colorAttachmentReferences, vector<AttachmentReference>(), isDSFormat ? dsAttachmentReference : AttachmentReference(VK_ATTACHMENT_UNUSED, VK_IMAGE_LAYOUT_GENERAL), vector<deUint32>()));
+		vector<SubpassDependency> subpassDependency;
+		if(!isDSFormat)
+		{
+			/* Self supass-dependency */
+			subpassDependency.push_back(SubpassDependency(0u, 0u, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT,
+							VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT, VK_ACCESS_INPUT_ATTACHMENT_READ_BIT, VK_DEPENDENCY_BY_REGION_BIT));
+		}
+		renderPass = createRenderPass(vkd, device, RenderPass(attachments, subpasses, subpassDependency), m_renderingType);
 
-		renderPass = createRenderPass(vkd, device, RenderPass(attachments, subpasses, vector<SubpassDependency>()), m_renderingType);
 	}
 
 	// Create render pipeline.
@@ -2763,6 +2770,26 @@
 
 	vkd.cmdBindVertexBuffers(*commandBuffer, 0u, 1u, &vertexBuffer.get(), &bindingOffset);
 	vkd.cmdBindPipeline(*commandBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *renderPipeline);
+
+	if(!isDSFormat)
+	{
+		const VkImageMemoryBarrier	imageBarrier	=
+		{
+			VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER,			// VkStructureType			sType;
+			DE_NULL,										// const void*				pNext;
+			VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,			// VkAccessFlags			srcAccessMask;
+			VK_ACCESS_INPUT_ATTACHMENT_READ_BIT,			// VkAccessFlags			dstAccessMask;
+			VK_IMAGE_LAYOUT_GENERAL,						// VkImageLayout			oldLayout;
+			VK_IMAGE_LAYOUT_GENERAL,						// VkImageLayout			newLayout;
+			VK_QUEUE_FAMILY_IGNORED,						// deUint32					srcQueueFamilyIndex;
+			VK_QUEUE_FAMILY_IGNORED,						// deUint32					destQueueFamilyIndex;
+			*colorImage,									// VkImage					image;
+			makeImageSubresourceRange(1u, 0u, 1u, 0, 1u)	// VkImageSubresourceRange	subresourceRange;
+		};
+		vkd.cmdPipelineBarrier(*commandBuffer, VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT, VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT,
+						VK_DEPENDENCY_BY_REGION_BIT, 0u, DE_NULL, 0u, DE_NULL, 1u, &imageBarrier);
+	}
+
 	vkd.cmdDraw(*commandBuffer, 4u, 1u, 0u, 0u);
 	RenderpassSubpass::cmdEndRenderPass(vkd, *commandBuffer, &subpassEndInfo);
 
diff --git a/external/vulkancts/modules/vulkan/robustness/vktRobustBufferAccessWithVariablePointersTests.cpp b/external/vulkancts/modules/vulkan/robustness/vktRobustBufferAccessWithVariablePointersTests.cpp
index 0801452..eba4a9f 100644
--- a/external/vulkancts/modules/vulkan/robustness/vktRobustBufferAccessWithVariablePointersTests.cpp
+++ b/external/vulkancts/modules/vulkan/robustness/vktRobustBufferAccessWithVariablePointersTests.cpp
@@ -219,6 +219,9 @@
 	const auto& pointerFeatures = context.getVariablePointersFeatures();
 	if (!pointerFeatures.variablePointersStorageBuffer)
 		TCU_THROW(NotSupportedError, "VariablePointersStorageBuffer SPIR-V capability not supported");
+
+	if (context.isDeviceFunctionalitySupported("VK_KHR_portability_subset") && !context.getDeviceFeatures().robustBufferAccess)
+		TCU_THROW(NotSupportedError, "VK_KHR_portability_subset: robustBufferAccess not supported by this implementation");
 }
 
 // A subclass for testing reading with variable pointers
diff --git a/external/vulkancts/modules/vulkan/robustness/vktRobustnessBufferAccessTests.cpp b/external/vulkancts/modules/vulkan/robustness/vktRobustnessBufferAccessTests.cpp
index a4da676..7efbc74 100644
--- a/external/vulkancts/modules/vulkan/robustness/vktRobustnessBufferAccessTests.cpp
+++ b/external/vulkancts/modules/vulkan/robustness/vktRobustnessBufferAccessTests.cpp
@@ -82,6 +82,8 @@
 
 	virtual						~RobustBufferAccessTest		(void) {}
 
+	virtual void				checkSupport				(Context& context) const;
+
 private:
 	static void					genBufferShaderAccess		(ShaderType				shaderType,
 															 VkFormat				bufferFormat,
@@ -268,6 +270,12 @@
 	DE_ASSERT(m_shaderStage == VK_SHADER_STAGE_VERTEX_BIT || m_shaderStage == VK_SHADER_STAGE_FRAGMENT_BIT || m_shaderStage == VK_SHADER_STAGE_COMPUTE_BIT);
 }
 
+void RobustBufferAccessTest::checkSupport(Context& context) const
+{
+	if (context.isDeviceFunctionalitySupported("VK_KHR_portability_subset") && !context.getDeviceFeatures().robustBufferAccess)
+		TCU_THROW(NotSupportedError, "VK_KHR_portability_subset: robustBufferAccess not supported by this implementation");
+}
+
 void RobustBufferAccessTest::genBufferShaderAccess (ShaderType			shaderType,
 												    VkFormat			bufferFormat,
 												    bool				readFromStorage,
diff --git a/external/vulkancts/modules/vulkan/robustness/vktRobustnessExtsTests.cpp b/external/vulkancts/modules/vulkan/robustness/vktRobustnessExtsTests.cpp
index 24781b3..c740d5b 100644
--- a/external/vulkancts/modules/vulkan/robustness/vktRobustnessExtsTests.cpp
+++ b/external/vulkancts/modules/vulkan/robustness/vktRobustnessExtsTests.cpp
@@ -402,6 +402,9 @@
 	if (m_data.stage == STAGE_VERTEX && !features2.features.vertexPipelineStoresAndAtomics)
 		TCU_THROW(NotSupportedError, "Vertex pipeline stores and atomics not supported");
 
+	if (m_data.stage == STAGE_FRAGMENT && !features2.features.fragmentStoresAndAtomics)
+		TCU_THROW(NotSupportedError, "Fragment shader stores not supported");
+
 	if (m_data.stage == STAGE_RAYGEN)
 		context.requireDeviceFunctionality("VK_NV_ray_tracing");
 
@@ -464,6 +467,12 @@
 
 	if (m_data.pushDescriptor)
 		context.requireDeviceFunctionality("VK_KHR_push_descriptor");
+
+	if (m_data.viewType == VK_IMAGE_VIEW_TYPE_CUBE_ARRAY && !features2.features.imageCubeArray)
+		TCU_THROW(NotSupportedError, "Cube array image view type not supported");
+
+	if (context.isDeviceFunctionalitySupported("VK_KHR_portability_subset") && !context.getDeviceFeatures().robustBufferAccess)
+		TCU_THROW(NotSupportedError, "VK_KHR_portability_subset: robustBufferAccess not supported by this implementation");
 }
 
 void generateLayout(Layout &layout, const CaseDef &caseDef)
diff --git a/external/vulkancts/modules/vulkan/robustness/vktRobustnessVertexAccessTests.cpp b/external/vulkancts/modules/vulkan/robustness/vktRobustnessVertexAccessTests.cpp
index ffed377..cada908 100644
--- a/external/vulkancts/modules/vulkan/robustness/vktRobustnessVertexAccessTests.cpp
+++ b/external/vulkancts/modules/vulkan/robustness/vktRobustnessVertexAccessTests.cpp
@@ -63,6 +63,7 @@
 	virtual				~VertexAccessTest	(void) {}
 
 	void				initPrograms		(SourceCollections& programCollection) const;
+	void				checkSupport		(Context& context) const;
 	TestInstance*		createInstance		(Context& context) const = 0;
 
 protected:
@@ -246,6 +247,13 @@
 {
 }
 
+
+void VertexAccessTest::checkSupport(Context& context) const
+{
+	if (context.isDeviceFunctionalitySupported("VK_KHR_portability_subset") && !context.getDeviceFeatures().robustBufferAccess)
+		TCU_THROW(NotSupportedError, "VK_KHR_portability_subset: robustBufferAccess not supported by this implementation");
+}
+
 void VertexAccessTest::initPrograms (SourceCollections& programCollection) const
 {
 	std::ostringstream		attributeDeclaration;
diff --git a/external/vulkancts/modules/vulkan/shaderexecutor/vktShaderBuiltinPrecisionTests.cpp b/external/vulkancts/modules/vulkan/shaderexecutor/vktShaderBuiltinPrecisionTests.cpp
index 24d6f8e..3a94c69 100644
--- a/external/vulkancts/modules/vulkan/shaderexecutor/vktShaderBuiltinPrecisionTests.cpp
+++ b/external/vulkancts/modules/vulkan/shaderexecutor/vktShaderBuiltinPrecisionTests.cpp
@@ -2558,7 +2558,7 @@
 							 const typename Signature<typename T::Ret, typename T::Arg0, typename T::Arg1>::IArgs& iargs) const
 	{
 		// Fast-path for common case
-		if (iargs.a.isOrdinary() && iargs.b.isOrdinary())
+		if (iargs.a.isOrdinary(ctx.format.getMaxValue()) && iargs.b.isOrdinary(ctx.format.getMaxValue()))
 		{
 			Interval ret;
 			TCU_SET_INTERVAL_BOUNDS(ret, sum,
@@ -2586,7 +2586,7 @@
 		Interval b = iargs.b;
 
 		// Fast-path for common case
-		if (a.isOrdinary() && b.isOrdinary())
+		if (a.isOrdinary(ctx.format.getMaxValue()) && b.isOrdinary(ctx.format.getMaxValue()))
 		{
 			Interval ret;
 			if (a.hi() < 0)
@@ -2635,7 +2635,7 @@
 	Interval	doApply		(const EvalContext&	ctx, const typename Signature<typename T::Ret, typename T::Arg0, typename T::Arg1>::IArgs& iargs) const
 	{
 		// Fast-path for common case
-		if (iargs.a.isOrdinary() && iargs.b.isOrdinary())
+		if (iargs.a.isOrdinary(ctx.format.getMaxValue()) && iargs.b.isOrdinary(ctx.format.getMaxValue()))
 		{
 			Interval ret;
 
@@ -3252,7 +3252,7 @@
 				ret |= ctx.format.roundOut(Interval(-DE_PI_DOUBLE, DE_PI_DOUBLE), true);
 		}
 
-		if (!yi.isFinite() || !xi.isFinite())
+		if (!yi.isFinite(ctx.format.getMaxValue()) || !xi.isFinite(ctx.format.getMaxValue()))
 		{
 			// Infinities may not be supported, allow anything, including NaN
 			ret |= TCU_NAN;
@@ -4256,7 +4256,7 @@
 	}
 
 protected:
-	TIRet	doApply				(const EvalContext&, const TIArgs& iargs) const
+	TIRet	doApply				(const EvalContext& ctx, const TIArgs& iargs) const
 	{
 		Interval	fracIV;
 		Interval&	wholeIV		= const_cast<Interval&>(iargs.b);
@@ -4266,7 +4266,7 @@
 		TCU_INTERVAL_APPLY_MONOTONE1(wholeIV, x, iargs.a, whole,
 									 deModf(x, &intPart); whole = intPart);
 
-		if (!iargs.a.isFinite())
+		if (!iargs.a.isFinite(ctx.format.getMaxValue()))
 		{
 			// Behavior on modf(Inf) not well-defined, allow anything as a fractional part
 			// See Khronos bug 13907
@@ -4543,7 +4543,7 @@
 		bool any = iargs.a.hasNaN() || iargs.b.hi() > (maxExp + 1);
 		Interval ret(any, ldexp(iargs.a.lo(), (int)iargs.b.lo()), ldexp(iargs.a.hi(), (int)iargs.b.hi()));
 		if (iargs.b.lo() < minExp) ret |= 0.0;
-		if (!ret.isFinite()) ret |= TCU_NAN;
+		if (!ret.isFinite(ctx.format.getMaxValue())) ret |= TCU_NAN;
 		return ctx.format.convert(ret);
 	}
 };
@@ -4560,7 +4560,7 @@
 	// Add 1ULP precision tolerance to account for differing rounding modes between the GPU and deLdExp.
 	ret += Interval(-ctx.format.ulp(ret.lo()), ctx.format.ulp(ret.hi()));
 	if (iargs.b.lo() < minExp) ret |= 0.0;
-	if (!ret.isFinite()) ret |= TCU_NAN;
+	if (!ret.isFinite(ctx.format.getMaxValue())) ret |= TCU_NAN;
 	return ctx.format.convert(ret);
 }
 
diff --git a/external/vulkancts/modules/vulkan/shaderexecutor/vktShaderClockTests.cpp b/external/vulkancts/modules/vulkan/shaderexecutor/vktShaderClockTests.cpp
index e89f07a..60b1de3 100644
--- a/external/vulkancts/modules/vulkan/shaderexecutor/vktShaderClockTests.cpp
+++ b/external/vulkancts/modules/vulkan/shaderexecutor/vktShaderClockTests.cpp
@@ -94,12 +94,10 @@
 class ShaderClockTestInstance : public TestInstance
 {
 public:
-	ShaderClockTestInstance(Context& context, bool realtimeTest, const ShaderSpec& shaderSpec, glu::ShaderType shaderType)
+	ShaderClockTestInstance(Context& context, const ShaderSpec& shaderSpec, glu::ShaderType shaderType)
 		: TestInstance(context)
-		, m_realtime_test(realtimeTest)
 		, m_executor(createExecutor(m_context, shaderType, shaderSpec))
 	{
-		checkSupported();
 	}
 
 	virtual tcu::TestStatus iterate(void)
@@ -120,34 +118,12 @@
 	}
 
 private:
-	void checkSupported(void)
-	{
-		m_context.requireDeviceFunctionality("VK_KHR_shader_clock");
-
-		VkPhysicalDeviceShaderClockFeaturesKHR shaderClockFeatures;
-		shaderClockFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_CLOCK_FEATURES_KHR;
-		shaderClockFeatures.pNext = DE_NULL;
-
-		VkPhysicalDeviceFeatures2 features;
-		features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2;
-		features.pNext = &shaderClockFeatures;
-
-		m_context.getInstanceInterface().getPhysicalDeviceFeatures2(m_context.getPhysicalDevice(), &features);
-
-		if (m_realtime_test && !shaderClockFeatures.shaderDeviceClock)
-			TCU_THROW(NotSupportedError, "Shader device clock is not supported");
-
-		if (!m_realtime_test && !shaderClockFeatures.shaderSubgroupClock)
-			TCU_THROW(NotSupportedError, "Shader subgroup clock is not supported");
-	}
-
 	bool validateOutput(std::vector<deUint64>& outputs)
 	{
 		// The shader will write a 1 in the output if the clock did not increase
 		return (outputs.size() == deUint64(std::count(std::begin(outputs), std::end(outputs), 0)));
 	}
 
-	const bool							m_realtime_test;
 	de::UniquePtr<ShaderExecutor>		m_executor;
 };
 
@@ -163,16 +139,33 @@
 		initShaderSpec();
 	}
 
-	TestInstance* createInstance(Context& ctx) const
+	TestInstance* createInstance (Context& ctx) const override
 	{
-		return new ShaderClockTestInstance(ctx, (m_operation.testClockType == DEVICE), m_shaderSpec, m_shaderType);
+		return new ShaderClockTestInstance(ctx, m_shaderSpec, m_shaderType);
 	}
 
-	void initPrograms(vk::SourceCollections& programCollection) const
+	void initPrograms (vk::SourceCollections& programCollection) const override
 	{
 		generateSources(m_shaderType, m_shaderSpec, programCollection);
 	}
 
+	void checkSupport (Context& context) const override
+	{
+		context.requireDeviceFunctionality("VK_KHR_shader_clock");
+
+		if (m_operation.testBitType == BIT_64)
+			context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_SHADER_INT64);
+
+		const auto&	shaderClockFeatures	= context.getShaderClockFeatures();
+		const auto	realTimeTest		= (m_operation.testClockType == DEVICE);
+
+		if (realTimeTest && !shaderClockFeatures.shaderDeviceClock)
+			TCU_THROW(NotSupportedError, "Shader device clock is not supported");
+
+		if (!realTimeTest && !shaderClockFeatures.shaderSubgroupClock)
+			TCU_THROW(NotSupportedError, "Shader subgroup clock is not supported");
+	}
+
 private:
 	void initShaderSpec()
 	{
diff --git a/external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderTextureGatherTests.cpp b/external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderTextureGatherTests.cpp
index 7b92c37..a96bdf8 100644
--- a/external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderTextureGatherTests.cpp
+++ b/external/vulkancts/modules/vulkan/shaderrender/vktShaderRenderTextureGatherTests.cpp
@@ -2019,6 +2019,7 @@
 
 void TextureGather2DCase::checkSupport(Context& context) const
 {
+	context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_SHADER_IMAGE_GATHER_EXTENDED);
 	checkMutableComparisonSamplersSupport(context, m_baseParams);
 }
 
@@ -2247,6 +2248,7 @@
 
 void TextureGather2DArrayCase::checkSupport(Context& context) const
 {
+	context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_SHADER_IMAGE_GATHER_EXTENDED);
 	checkMutableComparisonSamplersSupport(context, m_baseParams);
 }
 
@@ -2472,6 +2474,7 @@
 
 void TextureGatherCubeCase::checkSupport(Context& context) const
 {
+	context.requireDeviceCoreFeature(DEVICE_CORE_FEATURE_SHADER_IMAGE_GATHER_EXTENDED);
 	checkMutableComparisonSamplersSupport(context, m_baseParams);
 }
 
diff --git a/external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesShaderIntrinsicsBase.cpp b/external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesShaderIntrinsicsBase.cpp
index e02753c..a492fef 100755
--- a/external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesShaderIntrinsicsBase.cpp
+++ b/external/vulkancts/modules/vulkan/sparse_resources/vktSparseResourcesShaderIntrinsicsBase.cpp
@@ -711,6 +711,20 @@
 		imageTexelsInfo.flags |= VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT;
 	}
 
+	{
+		VkImageFormatProperties imageFormatProperties;
+		if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice,
+			imageTexelsInfo.format,
+			imageTexelsInfo.imageType,
+			imageTexelsInfo.tiling,
+			imageTexelsInfo.usage,
+			imageTexelsInfo.flags,
+			&imageFormatProperties) == VK_ERROR_FORMAT_NOT_SUPPORTED)
+		{
+			TCU_THROW(NotSupportedError, "Image format not supported for its usage ");
+		}
+	}
+
 	const Unique<VkImage>			imageTexels			(createImage(deviceInterface, getDevice(), &imageTexelsInfo));
 	const de::UniquePtr<Allocation>	imageTexelsAlloc	(bindImage(deviceInterface, getDevice(), getAllocator(), *imageTexels, MemoryRequirement::Any));
 
@@ -718,6 +732,20 @@
 	imageResidencyInfo			= imageTexelsInfo;
 	imageResidencyInfo.format	= mapTextureFormat(m_residencyFormat);
 
+	{
+		VkImageFormatProperties imageFormatProperties;
+		if (instance.getPhysicalDeviceImageFormatProperties(physicalDevice,
+			imageResidencyInfo.format,
+			imageResidencyInfo.imageType,
+			imageResidencyInfo.tiling,
+			imageResidencyInfo.usage,
+			imageResidencyInfo.flags,
+			&imageFormatProperties) == VK_ERROR_FORMAT_NOT_SUPPORTED)
+		{
+			TCU_THROW(NotSupportedError, "Image format not supported for its usage ");
+		}
+	}
+
 	const Unique<VkImage>			imageResidency		(createImage(deviceInterface, getDevice(), &imageResidencyInfo));
 	const de::UniquePtr<Allocation>	imageResidencyAlloc	(bindImage(deviceInterface, getDevice(), getAllocator(), *imageResidency, MemoryRequirement::Any));
 
diff --git a/external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsm64bitCompareTests.cpp b/external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsm64bitCompareTests.cpp
index e92243e..ca1c2fa 100644
--- a/external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsm64bitCompareTests.cpp
+++ b/external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsm64bitCompareTests.cpp
@@ -1072,24 +1072,6 @@
 	return bufmem;
 }
 
-vk::Move<vk::VkShaderModule> createShaderModule (const vk::DeviceInterface&	deviceInterface,
-												 vk::VkDevice				device,
-												 const vk::ProgramBinary&	binary)
-{
-	DE_ASSERT(binary.getFormat() == vk::PROGRAM_FORMAT_SPIRV);
-
-	const struct vk::VkShaderModuleCreateInfo shaderModuleInfo =
-	{
-		vk::VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO,
-		DE_NULL,
-		0,
-		static_cast<deUintptr>(binary.getSize()),
-		reinterpret_cast<const deUint32*>(binary.getBinary()),
-	};
-
-	return createShaderModule(deviceInterface, device, &shaderModuleInfo);
-}
-
 // Make sure the length of the following vectors is a multiple of 4. This will make sure operands can be reused for vectorized tests.
 const OperandsVector<double>	DOUBLE_OPERANDS		=
 {
diff --git a/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp b/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
index d332d3f..a00dc18 100644
--- a/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
+++ b/external/vulkancts/modules/vulkan/ssbo/vktSSBOLayoutCase.cpp
@@ -2493,7 +2493,8 @@
 		TCU_THROW(NotSupportedError, "scalarBlockLayout not supported");
 	if (m_usePhysStorageBuffer && !context.isBufferDeviceAddressSupported())
 		TCU_THROW(NotSupportedError, "Physical storage buffer pointers not supported");
-	if (!context.getDescriptorIndexingFeatures().shaderStorageBufferArrayNonUniformIndexing && usesDescriptorIndexing(m_interface))
+	if (usesDescriptorIndexing(m_interface) && (	!context.getDescriptorIndexingFeatures().shaderStorageBufferArrayNonUniformIndexing ||
+													!context.getDescriptorIndexingFeatures().runtimeDescriptorArray ) )
 		TCU_THROW(NotSupportedError, "Descriptor indexing over storage buffer not supported");
 
 	const vk::VkPhysicalDeviceProperties &properties = context.getDeviceProperties();
diff --git a/external/vulkancts/modules/vulkan/synchronization/vktSynchronizationNoneStageTests.cpp b/external/vulkancts/modules/vulkan/synchronization/vktSynchronizationNoneStageTests.cpp
index 49ce903..6c329c4 100644
--- a/external/vulkancts/modules/vulkan/synchronization/vktSynchronizationNoneStageTests.cpp
+++ b/external/vulkancts/modules/vulkan/synchronization/vktSynchronizationNoneStageTests.cpp
@@ -406,7 +406,7 @@
 				m_referenceImageUsage |= VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT;
 
 			// when we read stencil as color we need to use usampler2D
-			if (readAspect == VK_IMAGE_ASPECT_STENCIL_BIT || (readAspect == IMAGE_ASPECT_DEPTH_STENCIL && readStencilFromCombinedDepthStencil))
+			if ((readAspect | writeAspect) == VK_IMAGE_ASPECT_STENCIL_BIT || (readAspect == IMAGE_ASPECT_DEPTH_STENCIL && readStencilFromCombinedDepthStencil))
 				m_readFragShaderName		 = "frag-stencil-to-color";
 		}
 	}
@@ -1232,7 +1232,7 @@
 	}
 	if ((readLayout != VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL) &&
 		(readLayout != VK_IMAGE_LAYOUT_GENERAL) &&
-		(readAspect == VK_IMAGE_ASPECT_STENCIL_BIT || (readAspect == IMAGE_ASPECT_DEPTH_STENCIL && m_testParams.readLayout == VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL)))
+		((readAspect | writeAspect) == VK_IMAGE_ASPECT_STENCIL_BIT || (readAspect == IMAGE_ASPECT_DEPTH_STENCIL && m_testParams.readLayout == VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL)))
 	{
 		// use usampler2D and uvec4 for color
 		sourceCollections.glslSources.add("frag-stencil-to-color") << glu::FragmentSource(
diff --git a/external/vulkancts/modules/vulkan/tessellation/vktTessellationGeometryGridRenderTests.cpp b/external/vulkancts/modules/vulkan/tessellation/vktTessellationGeometryGridRenderTests.cpp
index 2c38280..97eb8ba 100644
--- a/external/vulkancts/modules/vulkan/tessellation/vktTessellationGeometryGridRenderTests.cpp
+++ b/external/vulkancts/modules/vulkan/tessellation/vktTessellationGeometryGridRenderTests.cpp
@@ -98,70 +98,29 @@
 {
 	DE_ASSERT(((flags & (FLAG_GEOMETRY_SCATTER_PRIMITIVES | FLAG_GEOMETRY_SCATTER_LAYERS)) != 0) == ((flags & FLAG_GEOMETRY_SEPARATE_PRIMITIVES) != 0));
 
-	testCtx.getLog()
-		<< tcu::TestLog::Message
-		<< "Testing tessellation and geometry shaders that output a large number of primitives.\n"
-		<< getDescription()
-		<< tcu::TestLog::EndMessage;
-
-	if (m_flags & FLAG_GEOMETRY_SCATTER_LAYERS)
-		m_testCtx.getLog() << tcu::TestLog::Message << "Rendering to 2d texture array, numLayers = " << m_numLayers << tcu::TestLog::EndMessage;
-
-	m_testCtx.getLog()
-		<< tcu::TestLog::Message
-		<< "Tessellation level: " << m_tessGenLevel << ", mode = quad.\n"
-		<< "\tEach input patch produces " << (m_tessGenLevel*m_tessGenLevel) << " (" << (m_tessGenLevel*m_tessGenLevel*2) << " triangles)\n"
-		<< tcu::TestLog::EndMessage;
-
-	int geometryOutputComponents	  = 0;
 	int geometryOutputVertices		  = 0;
 	int geometryTotalOutputComponents = 0;
 
 	if (m_flags & FLAG_GEOMETRY_MAX_SPEC)
 	{
-		m_testCtx.getLog() << tcu::TestLog::Message << "Using geometry shader minimum maximum output limits." << tcu::TestLog::EndMessage;
-
-		geometryOutputComponents	  = 64;
 		geometryOutputVertices		  = 256;
 		geometryTotalOutputComponents = 1024;
 	}
 	else
 	{
-		geometryOutputComponents	  = 64;
 		geometryOutputVertices		  = 16;
 		geometryTotalOutputComponents = 1024;
 	}
 
-	if ((m_flags & FLAG_GEOMETRY_MAX_SPEC) || (m_flags & FLAG_GEOMETRY_INVOCATIONS_MAX_SPEC))
-	{
-		tcu::MessageBuilder msg(&m_testCtx.getLog());
-
-		msg << "Geometry shader, targeting following limits:\n";
-
-		if (m_flags & FLAG_GEOMETRY_MAX_SPEC)
-			msg	<< "\tmaxGeometryOutputComponents = "	   << geometryOutputComponents << "\n"
-				<< "\tmaxGeometryOutputVertices = "		   << geometryOutputVertices << "\n"
-				<< "\tmaxGeometryTotalOutputComponents = " << geometryTotalOutputComponents << "\n";
-
-		if (m_flags & FLAG_GEOMETRY_INVOCATIONS_MAX_SPEC)
-			msg << "\tmaxGeometryShaderInvocations = "	   << m_numGeometryInvocations;
-
-		msg << tcu::TestLog::EndMessage;
-	}
-
 	const bool	separatePrimitives				  = (m_flags & FLAG_GEOMETRY_SEPARATE_PRIMITIVES) != 0;
 	const int	numComponentsPerVertex			  = 8; // vec4 pos, vec4 color
-	int			numVerticesPerInvocation		  = 0;
-	int			geometryVerticesPerPrimitive	  = 0;
-	int			geometryPrimitivesOutPerPrimitive = 0;
 
 	if (separatePrimitives)
 	{
-		const int	numComponentLimit		 = geometryTotalOutputComponents / (4 * numComponentsPerVertex);
-		const int	numOutputLimit			 = geometryOutputVertices / 4;
+		const int	numComponentLimit	= geometryTotalOutputComponents / (4 * numComponentsPerVertex);
+		const int	numOutputLimit		= geometryOutputVertices / 4;
 
 		m_numGeometryPrimitivesPerInvocation = de::min(numComponentLimit, numOutputLimit);
-		numVerticesPerInvocation			 = m_numGeometryPrimitivesPerInvocation * 4;
 	}
 	else
 	{
@@ -172,33 +131,13 @@
 		//    |\ |\ |\ |
 		//    |_\|_\|_\|
 
-		const int	numSliceNodesComponentLimit	= geometryTotalOutputComponents / (2 * numComponentsPerVertex);			// each node 2 vertices
+		const int	numSliceNodesComponentLimit	= geometryTotalOutputComponents / (2 * numComponentsPerVertex + 2);		// each node 2 vertices
 		const int	numSliceNodesOutputLimit	= geometryOutputVertices / 2;											// each node 2 vertices
 		const int	numSliceNodes				= de::min(numSliceNodesComponentLimit, numSliceNodesOutputLimit);
 
-		numVerticesPerInvocation				= numSliceNodes * 2;
 		m_numGeometryPrimitivesPerInvocation	= (numSliceNodes - 1) * 2;
 	}
 
-	geometryVerticesPerPrimitive	  = numVerticesPerInvocation * m_numGeometryInvocations;
-	geometryPrimitivesOutPerPrimitive = m_numGeometryPrimitivesPerInvocation * m_numGeometryInvocations;
-
-	m_testCtx.getLog()
-		<< tcu::TestLog::Message
-		<< "Geometry shader:\n"
-		<< "\tTotal output vertex count per invocation: "		  << numVerticesPerInvocation << "\n"
-		<< "\tTotal output primitive count per invocation: "	  << m_numGeometryPrimitivesPerInvocation << "\n"
-		<< "\tNumber of invocations per primitive: "			  << m_numGeometryInvocations << "\n"
-		<< "\tTotal output vertex count per input primitive: "	  << geometryVerticesPerPrimitive << "\n"
-		<< "\tTotal output primitive count per input primitive: " << geometryPrimitivesOutPerPrimitive << "\n"
-		<< tcu::TestLog::EndMessage;
-
-	m_testCtx.getLog()
-		<< tcu::TestLog::Message
-		<< "Program:\n"
-		<< "\tTotal program output vertices count per input patch: "  << (m_tessGenLevel*m_tessGenLevel*2 * geometryVerticesPerPrimitive) << "\n"
-		<< "\tTotal program output primitive count per input patch: " << (m_tessGenLevel*m_tessGenLevel*2 * geometryPrimitivesOutPerPrimitive) << "\n"
-		<< tcu::TestLog::EndMessage;
 }
 
 void GridRenderTestCase::initPrograms (SourceCollections& programCollection) const
@@ -459,24 +398,134 @@
 public:
 	struct Params
 	{
-		Flags	flags;
-		int		numLayers;
+		tcu::TestContext&	testCtx;
+		Flags				flags;
+		const char*			description;
+		int					tessGenLevel;
+		int					numGeometryInvocations;
+		int					numLayers;
+		int					numGeometryPrimitivesPerInvocation;
 
-		Params (void) : flags(), numLayers() {}
+		Params (tcu::TestContext& testContext) : testCtx(testContext), flags(), description(), tessGenLevel(), numGeometryInvocations(), numLayers(), numGeometryPrimitivesPerInvocation() {}
 	};
-						GridRenderTestInstance	(Context& context, const Params& params) : TestInstance(context), m_params(params) {}
+						GridRenderTestInstance	(Context& context, const Params& params);
 	tcu::TestStatus		iterate					(void);
 
 private:
 	Params				m_params;
 };
 
+GridRenderTestInstance::GridRenderTestInstance (Context& context, const Params& params) : TestInstance(context), m_params(params)
+{
+	tcu::TestContext& testCtx = m_params.testCtx;
+	testCtx.getLog()
+		<< tcu::TestLog::Message
+		<< "Testing tessellation and geometry shaders that output a large number of primitives.\n"
+		<< m_params.description
+		<< tcu::TestLog::EndMessage;
+
+	if (m_params.flags & FLAG_GEOMETRY_SCATTER_LAYERS)
+		testCtx.getLog() << tcu::TestLog::Message << "Rendering to 2d texture array, numLayers = " << m_params.numLayers << tcu::TestLog::EndMessage;
+
+	testCtx.getLog()
+		<< tcu::TestLog::Message
+		<< "Tessellation level: " << m_params.tessGenLevel << ", mode = quad.\n"
+		<< "\tEach input patch produces " << (m_params.tessGenLevel * m_params.tessGenLevel) << " (" << (m_params.tessGenLevel * m_params.tessGenLevel * 2) << " triangles)\n"
+		<< tcu::TestLog::EndMessage;
+
+	int geometryOutputComponents		= 0;
+	int geometryOutputVertices			= 0;
+	int geometryTotalOutputComponents	= 0;
+
+	if (m_params.flags & FLAG_GEOMETRY_MAX_SPEC)
+	{
+		testCtx.getLog() << tcu::TestLog::Message << "Using geometry shader minimum maximum output limits." << tcu::TestLog::EndMessage;
+
+		geometryOutputComponents		= 64;
+		geometryOutputVertices			= 256;
+		geometryTotalOutputComponents	= 1024;
+	}
+	else
+	{
+		geometryOutputComponents		= 64;
+		geometryOutputVertices			= 16;
+		geometryTotalOutputComponents	= 1024;
+	}
+
+	if ((m_params.flags & FLAG_GEOMETRY_MAX_SPEC) || (m_params.flags & FLAG_GEOMETRY_INVOCATIONS_MAX_SPEC))
+	{
+		tcu::MessageBuilder msg(&testCtx.getLog());
+
+		msg << "Geometry shader, targeting following limits:\n";
+
+		if (m_params.flags & FLAG_GEOMETRY_MAX_SPEC)
+			msg << "\tmaxGeometryOutputComponents = "		<< geometryOutputComponents << "\n"
+				<< "\tmaxGeometryOutputVertices = "			<< geometryOutputVertices << "\n"
+				<< "\tmaxGeometryTotalOutputComponents = "	<< geometryTotalOutputComponents << "\n";
+
+		if (m_params.flags & FLAG_GEOMETRY_INVOCATIONS_MAX_SPEC)
+			msg << "\tmaxGeometryShaderInvocations = " << m_params.numGeometryInvocations;
+
+		msg << tcu::TestLog::EndMessage;
+	}
+
+	const bool	separatePrimitives					= (m_params.flags & FLAG_GEOMETRY_SEPARATE_PRIMITIVES) != 0;
+	const int	numComponentsPerVertex				= 8; // vec4 pos, vec4 color
+	int			numVerticesPerInvocation			= 0;
+	int			geometryVerticesPerPrimitive		= 0;
+	int			geometryPrimitivesOutPerPrimitive	= 0;
+
+	if (separatePrimitives)
+	{
+		numVerticesPerInvocation = m_params.numGeometryPrimitivesPerInvocation * 4;
+	}
+	else
+	{
+		// If FLAG_GEOMETRY_SEPARATE_PRIMITIVES is not set, geometry shader fills a rectangle area in slices.
+		// Each slice is a triangle strip and is generated by a single shader invocation.
+		// One slice with 4 segment ends (nodes) and 3 segments:
+		//    .__.__.__.
+		//    |\ |\ |\ |
+		//    |_\|_\|_\|
+
+		const int	numSliceNodesComponentLimit		= geometryTotalOutputComponents / (2 * numComponentsPerVertex);			// each node 2 vertices
+		const int	numSliceNodesOutputLimit		= geometryOutputVertices / 2;											// each node 2 vertices
+		const int	numSliceNodes					= de::min(numSliceNodesComponentLimit, numSliceNodesOutputLimit);
+
+		numVerticesPerInvocation = numSliceNodes * 2;
+	}
+
+	geometryVerticesPerPrimitive		= numVerticesPerInvocation * m_params.numGeometryInvocations;
+	geometryPrimitivesOutPerPrimitive	= m_params.numGeometryPrimitivesPerInvocation * m_params.numGeometryInvocations;
+
+	testCtx.getLog()
+		<< tcu::TestLog::Message
+		<< "Geometry shader:\n"
+		<< "\tTotal output vertex count per invocation: " << numVerticesPerInvocation << "\n"
+		<< "\tTotal output primitive count per invocation: " << m_params.numGeometryPrimitivesPerInvocation << "\n"
+		<< "\tNumber of invocations per primitive: " << m_params.numGeometryInvocations << "\n"
+		<< "\tTotal output vertex count per input primitive: " << geometryVerticesPerPrimitive << "\n"
+		<< "\tTotal output primitive count per input primitive: " << geometryPrimitivesOutPerPrimitive << "\n"
+		<< tcu::TestLog::EndMessage;
+
+	testCtx.getLog()
+		<< tcu::TestLog::Message
+		<< "Program:\n"
+		<< "\tTotal program output vertices count per input patch: " << (m_params.tessGenLevel * m_params.tessGenLevel * 2 * geometryVerticesPerPrimitive) << "\n"
+		<< "\tTotal program output primitive count per input patch: " << (m_params.tessGenLevel * m_params.tessGenLevel * 2 * geometryPrimitivesOutPerPrimitive) << "\n"
+		<< tcu::TestLog::EndMessage;
+}
+
 TestInstance* GridRenderTestCase::createInstance (Context& context) const
 {
-	GridRenderTestInstance::Params params;
+	GridRenderTestInstance::Params params(m_testCtx);
 
-	params.flags	 = m_flags;
-	params.numLayers = m_numLayers;
+	params.flags								= m_flags;
+	params.description							= getDescription();
+	params.tessGenLevel							= m_tessGenLevel;
+	params.numGeometryInvocations				= m_numGeometryInvocations;
+	params.numLayers							= m_numLayers;
+	params.numGeometryPrimitivesPerInvocation	= m_numGeometryPrimitivesPerInvocation;
 
 	return new GridRenderTestInstance(context, params);
 }
diff --git a/external/vulkancts/modules/vulkan/ubo/vktUniformBlockCase.cpp b/external/vulkancts/modules/vulkan/ubo/vktUniformBlockCase.cpp
index 943f54c..35bb5ed 100644
--- a/external/vulkancts/modules/vulkan/ubo/vktUniformBlockCase.cpp
+++ b/external/vulkancts/modules/vulkan/ubo/vktUniformBlockCase.cpp
@@ -2232,7 +2232,8 @@
 		TCU_THROW(NotSupportedError, "std430 not supported");
 	if (!context.getScalarBlockLayoutFeatures().scalarBlockLayout && usesBlockLayout(LAYOUT_SCALAR))
 		TCU_THROW(NotSupportedError, "scalarBlockLayout not supported");
-	if (!context.getDescriptorIndexingFeatures().shaderUniformBufferArrayNonUniformIndexing && usesBlockLayout(LAYOUT_DESCRIPTOR_INDEXING))
+	if (usesBlockLayout(LAYOUT_DESCRIPTOR_INDEXING) && (	!context.getDescriptorIndexingFeatures().shaderUniformBufferArrayNonUniformIndexing ||
+															!context.getDescriptorIndexingFeatures().runtimeDescriptorArray ) )
 		TCU_THROW(NotSupportedError, "Descriptor indexing over uniform buffer not supported");
 
 	return new UniformBlockCaseInstance(context, m_bufferMode, m_uniformLayout, m_blockPointers);
diff --git a/external/vulkancts/modules/vulkan/vktTestCase.cpp b/external/vulkancts/modules/vulkan/vktTestCase.cpp
index 1d0b3b5..e0c66f9 100644
--- a/external/vulkancts/modules/vulkan/vktTestCase.cpp
+++ b/external/vulkancts/modules/vulkan/vktTestCase.cpp
@@ -69,6 +69,7 @@
 		"VK_EXT_extended_dynamic_state2",
 		"VK_NV_ray_tracing",
         "VK_NV_inherited_viewport_scissor",
+		"VK_NV_mesh_shader",
 		"VK_AMD_mixed_attachment_samples",
 		"VK_AMD_shader_fragment_mask",
 		"VK_AMD_buffer_marker",
diff --git a/external/vulkancts/modules/vulkan/vktTestPackage.cpp b/external/vulkancts/modules/vulkan/vktTestPackage.cpp
index 67c9993..bd82d26 100644
--- a/external/vulkancts/modules/vulkan/vktTestPackage.cpp
+++ b/external/vulkancts/modules/vulkan/vktTestPackage.cpp
@@ -104,6 +104,7 @@
 #include "vktPostmortemTests.hpp"
 #include "vktFragmentShadingRateTests.hpp"
 #include "vktReconvergenceTests.hpp"
+#include "vktMeshShaderTests.hpp"
 
 #include <vector>
 #include <sstream>
@@ -581,6 +582,7 @@
 	addChild(RayQuery::createTests				(m_testCtx));
 	addChild(FragmentShadingRate::createTests	(m_testCtx));
 	addChild(Reconvergence::createTests			(m_testCtx, false));
+	addChild(MeshShader::createTests			(m_testCtx));
 }
 
 void ExperimentalTestPackage::init (void)
diff --git a/external/vulkancts/mustpass/master/vk-default.txt b/external/vulkancts/mustpass/master/vk-default.txt
index 260dc04..089e65a 100644
--- a/external/vulkancts/mustpass/master/vk-default.txt
+++ b/external/vulkancts/mustpass/master/vk-default.txt
@@ -20,6 +20,7 @@
 vk-default/info.txt
 vk-default/memory-model.txt
 vk-default/memory.txt
+vk-default/mesh-shader.txt
 vk-default/multiview.txt
 vk-default/pipeline.txt
 vk-default/protected-memory.txt
diff --git a/external/vulkancts/mustpass/master/vk-default/mesh-shader.txt b/external/vulkancts/mustpass/master/vk-default/mesh-shader.txt
new file mode 100644
index 0000000..0d171e7
--- /dev/null
+++ b/external/vulkancts/mustpass/master/vk-default/mesh-shader.txt
@@ -0,0 +1,544 @@
+dEQP-VK.mesh_shader.nv.smoke.mesh_shader_triangle
+dEQP-VK.mesh_shader.nv.smoke.mesh_task_shader_triangle
+dEQP-VK.mesh_shader.nv.smoke.task_only_shader_triangle
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_0.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_1.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_2.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_2.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_2.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_2.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_32.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_32.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_32.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_32.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_64.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_64.no_indirect_args.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_64.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw.draw_count_64.no_indirect_args.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_0.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_0.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_0.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_1.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_2.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_32.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_0_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_normal.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_normal.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_large.no_count_limit.no_count_offset.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect.draw_count_64.offset_alt_stride_large.no_count_limit.no_count_offset.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_0.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_1.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_2.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_32.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_0_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_normal.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_buffer.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_0.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_0.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_alt.no_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_zero
+dEQP-VK.mesh_shader.nv.api.draw_indirect_count.draw_count_64.offset_alt_stride_large.count_limit_max_count.count_offset_alt.with_task_shader.first_task_nonzero
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.uniform_buffer.memory_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.uniform_buffer.memory_barrier.host_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.uniform_buffer.specific_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.uniform_buffer.specific_barrier.host_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.storage_buffer.memory_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_task.storage_buffer.specific_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.uniform_buffer.memory_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.uniform_buffer.memory_barrier.host_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.uniform_buffer.specific_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.uniform_buffer.specific_barrier.host_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.storage_buffer.memory_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.host_to_mesh.storage_buffer.specific_barrier.host_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.uniform_buffer.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.uniform_buffer.memory_barrier.transfer_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.uniform_buffer.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.uniform_buffer.specific_barrier.transfer_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.storage_buffer.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.storage_buffer.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.storage_image.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.storage_image.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.sampled_image.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_task.sampled_image.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.uniform_buffer.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.uniform_buffer.memory_barrier.transfer_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.uniform_buffer.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.uniform_buffer.specific_barrier.transfer_write_uniform_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.storage_buffer.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.storage_buffer.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.storage_image.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.storage_image.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.sampled_image.memory_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.transfer_to_mesh.sampled_image.specific_barrier.transfer_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_mesh.storage_buffer.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_mesh.storage_image.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_frag.storage_buffer.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_frag.storage_image.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_transfer.storage_buffer.memory_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_transfer.storage_buffer.specific_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_transfer.storage_image.memory_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_transfer.storage_image.specific_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_host.storage_buffer.memory_barrier.shader_write_host_read
+dEQP-VK.mesh_shader.nv.synchronization.task_to_host.storage_buffer.specific_barrier.shader_write_host_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_frag.storage_buffer.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_frag.storage_image.subpass_dependency.shader_write_shader_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_transfer.storage_buffer.memory_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_transfer.storage_buffer.specific_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_transfer.storage_image.memory_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_transfer.storage_image.specific_barrier.shader_write_transfer_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_host.storage_buffer.memory_barrier.shader_write_host_read
+dEQP-VK.mesh_shader.nv.synchronization.mesh_to_host.storage_buffer.specific_barrier.shader_write_host_read
+dEQP-VK.mesh_shader.nv.property.max_draw_mesh_tasks_count_with_task
+dEQP-VK.mesh_shader.nv.property.max_draw_mesh_tasks_count_with_mesh
+dEQP-VK.mesh_shader.nv.property.max_task_work_group_invocations
+dEQP-VK.mesh_shader.nv.property.max_task_work_group_size
+dEQP-VK.mesh_shader.nv.property.max_task_output_count
+dEQP-VK.mesh_shader.nv.property.max_mesh_work_group_invocations
+dEQP-VK.mesh_shader.nv.property.max_mesh_work_group_size
+dEQP-VK.mesh_shader.nv.property.max_task_total_memory_size
+dEQP-VK.mesh_shader.nv.property.max_mesh_total_memory_size
+dEQP-VK.mesh_shader.nv.builtin.position
+dEQP-VK.mesh_shader.nv.builtin.point_size
+dEQP-VK.mesh_shader.nv.builtin.clip_distance
+dEQP-VK.mesh_shader.nv.builtin.cull_distance
+dEQP-VK.mesh_shader.nv.builtin.primitive_id_glsl
+dEQP-VK.mesh_shader.nv.builtin.primitive_id_spirv
+dEQP-VK.mesh_shader.nv.builtin.layer
+dEQP-VK.mesh_shader.nv.builtin.layer_shared
+dEQP-VK.mesh_shader.nv.builtin.viewport_index
+dEQP-VK.mesh_shader.nv.builtin.viewport_index_shared
+dEQP-VK.mesh_shader.nv.builtin.work_group_id_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.work_group_id_in_task
+dEQP-VK.mesh_shader.nv.builtin.local_invocation_id_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.local_invocation_id_in_task
+dEQP-VK.mesh_shader.nv.builtin.local_invocation_index_in_task
+dEQP-VK.mesh_shader.nv.builtin.local_invocation_index_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.global_invocation_id_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.global_invocation_id_in_task
+dEQP-VK.mesh_shader.nv.builtin.draw_index_in_mesh
+dEQP-VK.mesh_shader.nv.builtin.draw_index_in_task
+dEQP-VK.mesh_shader.nv.misc.complex_task_data
+dEQP-VK.mesh_shader.nv.misc.single_point
+dEQP-VK.mesh_shader.nv.misc.single_line
+dEQP-VK.mesh_shader.nv.misc.single_triangle
+dEQP-VK.mesh_shader.nv.misc.max_points
+dEQP-VK.mesh_shader.nv.misc.max_lines
+dEQP-VK.mesh_shader.nv.misc.max_triangles
+dEQP-VK.mesh_shader.nv.misc.many_task_work_groups
+dEQP-VK.mesh_shader.nv.misc.many_mesh_work_groups
+dEQP-VK.mesh_shader.nv.misc.many_task_mesh_work_groups
+dEQP-VK.mesh_shader.nv.misc.no_points
+dEQP-VK.mesh_shader.nv.misc.no_lines
+dEQP-VK.mesh_shader.nv.misc.no_triangles
+dEQP-VK.mesh_shader.nv.misc.no_points_extra_writes
+dEQP-VK.mesh_shader.nv.misc.no_lines_extra_writes
+dEQP-VK.mesh_shader.nv.misc.no_triangles_extra_writes
+dEQP-VK.mesh_shader.nv.misc.barrier_in_task
+dEQP-VK.mesh_shader.nv.misc.barrier_in_mesh
+dEQP-VK.mesh_shader.nv.misc.memory_barrier_shared_in_task
+dEQP-VK.mesh_shader.nv.misc.memory_barrier_shared_in_mesh
+dEQP-VK.mesh_shader.nv.misc.group_memory_barrier_in_task
+dEQP-VK.mesh_shader.nv.misc.group_memory_barrier_in_mesh
+dEQP-VK.mesh_shader.nv.misc.custom_attributes
+dEQP-VK.mesh_shader.nv.misc.custom_attributes_and_task_shader
+dEQP-VK.mesh_shader.nv.misc.push_constant
+dEQP-VK.mesh_shader.nv.misc.push_constant_and_task_shader
diff --git a/external/vulkancts/mustpass/master/vk-default/pipeline.txt b/external/vulkancts/mustpass/master/vk-default/pipeline.txt
index 8780cd7..65737f5 100644
--- a/external/vulkancts/mustpass/master/vk-default/pipeline.txt
+++ b/external/vulkancts/mustpass/master/vk-default/pipeline.txt
@@ -124544,6 +124544,39686 @@
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_2_5
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_1
 dEQP-VK.pipeline.sampler.separate_stencil_usage.view_type.cube_array.format.d32_sfloat_s8_uint.mipmap.linear.lod.select_bias_3_7
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r8g8b8a8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.b8g8r8a8_srgb.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_unorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_snorm.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r16g16b16a16_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32_sfloat.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_uint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sint.rgb0.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.gbar.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.barg.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.argb.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.igba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.riba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgia.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgbi.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.1gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r1ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg1a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb1.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.0gba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.r0ba.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rg0a.custom.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.transparent_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_black.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.opaque_white.gather_3.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.no_gather.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.no_gather.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_0.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_0.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_1.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_1.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_2.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_2.with_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_3.no_swizzle_hint
+dEQP-VK.pipeline.sampler.border_swizzle.r32g32b32a32_sfloat.rgb0.custom.gather_3.with_swizzle_hint
 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
diff --git a/external/vulkancts/scripts/gen_framework.py b/external/vulkancts/scripts/gen_framework.py
index 1ce9d70..d7efaef 100755
--- a/external/vulkancts/scripts/gen_framework.py
+++ b/external/vulkancts/scripts/gen_framework.py
@@ -97,7 +97,7 @@
 	# VK_EXT_acquire_xlib_display
 	(["RROutput"],							["RROutput"],					"void*"),
 
-	(["zx_handle_t"],						["zx_handle_t"],				"int32_t"),
+	(["zx_handle_t"],						["zx_handle_t"],				"uint32_t"),
 	(["GgpFrameToken"],						["GgpFrameToken"],				"int32_t"),
 	(["GgpStreamDescriptor"],				["GgpStreamDescriptor"],		"int32_t"),
 	(["CAMetalLayer"],						["CAMetalLayer"],				"void*"),
diff --git a/external/vulkancts/scripts/src/extensions_data.txt b/external/vulkancts/scripts/src/extensions_data.txt
index 301a7ec..fcf1cfb 100644
--- a/external/vulkancts/scripts/src/extensions_data.txt
+++ b/external/vulkancts/scripts/src/extensions_data.txt
@@ -74,10 +74,10 @@
 VK_KHR_buffer_device_address				DEVICE 1_2_0
 VK_EXT_host_query_reset						DEVICE 1_2_0
 VK_KHR_separate_depth_stencil_layouts		DEVICE 1_2_0
-VK_KHR_timeline_semaphore 		 		 	DEVICE 1_2_0
-VK_KHR_spirv_1_4 		 		 	 		DEVICE 1_2_0
-VK_EXT_separate_stencil_usage 		 		DEVICE 1_2_0
-VK_KHR_pipeline_executable_properties 		DEVICE
+VK_KHR_timeline_semaphore					DEVICE 1_2_0
+VK_KHR_spirv_1_4							DEVICE 1_2_0
+VK_EXT_separate_stencil_usage				DEVICE 1_2_0
+VK_KHR_pipeline_executable_properties		DEVICE
 VK_KHR_shader_clock							DEVICE
 VK_KHR_performance_query					DEVICE
 VK_KHR_shader_non_semantic_info				DEVICE
@@ -86,7 +86,7 @@
 VK_KHR_ray_tracing_pipeline					DEVICE
 VK_KHR_ray_query							DEVICE
 VK_KHR_acceleration_structure				DEVICE
-VK_KHR_pipeline_library                     DEVICE
+VK_KHR_pipeline_library						DEVICE
 VK_KHR_deferred_host_operations				DEVICE
 VK_KHR_fragment_shading_rate				DEVICE
 VK_KHR_zero_initialize_workgroup_memory		DEVICE
@@ -99,6 +99,8 @@
 VK_KHR_present_id							DEVICE
 VK_KHR_present_wait							DEVICE
 VK_KHR_shader_integer_dot_product			DEVICE
-VK_KHR_format_feature_flags2			    DEVICE
+VK_KHR_format_feature_flags2				DEVICE
 VK_KHR_maintenance4							DEVICE
 VK_KHR_dynamic_rendering					DEVICE
+VK_EXT_border_color_swizzle					DEVICE
+VK_NV_mesh_shader							DEVICE
diff --git a/external/vulkancts/scripts/src/mandatory_features.txt b/external/vulkancts/scripts/src/mandatory_features.txt
index 7756704..d444da8 100644
--- a/external/vulkancts/scripts/src/mandatory_features.txt
+++ b/external/vulkancts/scripts/src/mandatory_features.txt
@@ -148,6 +148,7 @@
 VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR	FEATURES ( shaderSubgroupUniformControlFlow )					REQUIREMENTS ( VK_KHR_shader_subgroup_uniform_control_flow )
 VkPhysicalDevicePresentIdFeaturesKHR						FEATURES ( presentId )											REQUIREMENTS ( VK_KHR_present_id )
 VkPhysicalDevicePresentWaitFeaturesKHR						FEATURES ( presentWait )										REQUIREMENTS ( VK_KHR_present_wait )
-VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT				FEATURES ( shaderImageFloat32AtomicMinMax )							REQUIREMENTS ( VK_EXT_shader_atomic_float2 physicalDeviceShaderAtomicFloat2FeaturesEXT.sparseImageFloat32AtomicMinMax )
-VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR          FEATURES ( shaderIntegerDotProduct )							REQUIREMENTS ( VK_KHR_shader_integer_dot_product )
+VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT				FEATURES ( shaderImageFloat32AtomicMinMax )						REQUIREMENTS ( VK_EXT_shader_atomic_float2 physicalDeviceShaderAtomicFloat2FeaturesEXT.sparseImageFloat32AtomicMinMax )
+VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR			FEATURES ( shaderIntegerDotProduct )							REQUIREMENTS ( VK_KHR_shader_integer_dot_product )
 VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT		FEATURES ( primitiveTopologyListRestart )						REQUIREMENTS ( VK_EXT_primitive_topology_list_restart )
+VkPhysicalDeviceBorderColorSwizzleFeaturesEXT				FEATURES ( borderColorSwizzle )									REQUIREMENTS ( VK_EXT_border_color_swizzle )
diff --git a/external/vulkancts/scripts/src/vulkan_core.h b/external/vulkancts/scripts/src/vulkan_core.h
index 1d6398f..f8576cc 100644
--- a/external/vulkancts/scripts/src/vulkan_core.h
+++ b/external/vulkancts/scripts/src/vulkan_core.h
@@ -857,6 +857,8 @@
     VK_STRUCTURE_TYPE_QUEUE_FAMILY_GLOBAL_PRIORITY_PROPERTIES_EXT = 1000388001,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_FEATURES_EXT = 1000392000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTI_DRAW_PROPERTIES_EXT = 1000392001,
+    VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BORDER_COLOR_SWIZZLE_FEATURES_EXT = 1000411000,
+    VK_STRUCTURE_TYPE_SAMPLER_BORDER_COLOR_COMPONENT_MAPPING_CREATE_INFO_EXT = 1000411001,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PAGEABLE_DEVICE_LOCAL_MEMORY_FEATURES_EXT = 1000412000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_FEATURES_KHR = 1000413000,
     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MAINTENANCE_4_PROPERTIES_KHR = 1000413001,
@@ -5303,6 +5305,9 @@
     VK_DRIVER_ID_COREAVI_PROPRIETARY = 15,
     VK_DRIVER_ID_JUICE_PROPRIETARY = 16,
     VK_DRIVER_ID_VERISILICON_PROPRIETARY = 17,
+    VK_DRIVER_ID_MESA_TURNIP = 18,
+    VK_DRIVER_ID_MESA_V3DV = 19,
+    VK_DRIVER_ID_MESA_PANVK = 20,
     VK_DRIVER_ID_AMD_PROPRIETARY_KHR = VK_DRIVER_ID_AMD_PROPRIETARY,
     VK_DRIVER_ID_AMD_OPEN_SOURCE_KHR = VK_DRIVER_ID_AMD_OPEN_SOURCE,
     VK_DRIVER_ID_MESA_RADV_KHR = VK_DRIVER_ID_MESA_RADV,
@@ -12978,6 +12983,25 @@
 #define VK_EXT_LOAD_STORE_OP_NONE_EXTENSION_NAME "VK_EXT_load_store_op_none"
 
 
+#define VK_EXT_border_color_swizzle 1
+#define VK_EXT_BORDER_COLOR_SWIZZLE_SPEC_VERSION 1
+#define VK_EXT_BORDER_COLOR_SWIZZLE_EXTENSION_NAME "VK_EXT_border_color_swizzle"
+typedef struct VkPhysicalDeviceBorderColorSwizzleFeaturesEXT {
+    VkStructureType    sType;
+    void*              pNext;
+    VkBool32           borderColorSwizzle;
+    VkBool32           borderColorSwizzleFromImage;
+} VkPhysicalDeviceBorderColorSwizzleFeaturesEXT;
+
+typedef struct VkSamplerBorderColorComponentMappingCreateInfoEXT {
+    VkStructureType       sType;
+    const void*           pNext;
+    VkComponentMapping    components;
+    VkBool32              srgb;
+} VkSamplerBorderColorComponentMappingCreateInfoEXT;
+
+
+
 #define VK_EXT_pageable_device_local_memory 1
 #define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_SPEC_VERSION 1
 #define VK_EXT_PAGEABLE_DEVICE_LOCAL_MEMORY_EXTENSION_NAME "VK_EXT_pageable_device_local_memory"
diff --git a/framework/common/tcuInterval.hpp b/framework/common/tcuInterval.hpp
index 952ba81..f5cf640 100644
--- a/framework/common/tcuInterval.hpp
+++ b/framework/common/tcuInterval.hpp
@@ -97,8 +97,11 @@
 	bool		hasNaN			(void) const { return m_hasNaN; }
 	Interval	nan				(void) const { return m_hasNaN ? TCU_NAN : Interval(); }
 	bool		empty			(void) const { return m_lo > m_hi; }
-	bool		isFinite		(void) const { return m_lo > -TCU_INFINITY && m_hi < TCU_INFINITY; }
-	bool		isOrdinary		(void) const { return !hasNaN() && !empty() && isFinite(); }
+
+	// The interval is represented in double, it can extend outside the range of smaller floating-point formats
+	// and get rounded to infinity.
+	bool		isFinite		(double maxValue) const { return m_lo > -maxValue && m_hi < maxValue; }
+	bool		isOrdinary		(double maxValue) const { return !hasNaN() && !empty() && isFinite(maxValue); }
 
 	void		warning			(double lo_, double hi_)
 	{
diff --git a/framework/common/tcuRasterizationVerifier.cpp b/framework/common/tcuRasterizationVerifier.cpp
index 533fb84..869e262 100644
--- a/framework/common/tcuRasterizationVerifier.cpp
+++ b/framework/common/tcuRasterizationVerifier.cpp
@@ -914,7 +914,8 @@
 											  ClipMode									clipMode,
 											  VerifyTriangleGroupRasterizationLogStash*	logStash,
 											  const bool								vulkanLinesTest,
-											  const bool								strictMode)
+											  const bool								strictMode,
+											  const bool								carryRemainder)
 {
 	// Multisampled line == 2 triangles
 
@@ -969,29 +970,37 @@
 				float d0 = (float)lineOffset;
 				float d1 = d0 + 1.0f;
 
-				// "leftoverPhase" carries over a fractional stipple phase that was "unused"
-				// by the last line segment in the strip, if it wasn't an integer length.
-				if (leftoverPhase > lineLength)
+				if (carryRemainder)
 				{
-					DE_ASSERT(d0 == 0.0f);
-					d1 = lineLength;
-					leftoverPhase -= lineLength;
-				}
-				else if (leftoverPhase != 0.0f)
-				{
-					DE_ASSERT(d0 == 0.0f);
-					d1 = leftoverPhase;
-					leftoverPhase = 0.0f;
+					// "leftoverPhase" carries over a fractional stipple phase that was "unused"
+					// by the last line segment in the strip, if it wasn't an integer length.
+					if (leftoverPhase > lineLength)
+					{
+						DE_ASSERT(d0 == 0.0f);
+						d1 = lineLength;
+						leftoverPhase -= lineLength;
+					}
+					else if (leftoverPhase != 0.0f)
+					{
+						DE_ASSERT(d0 == 0.0f);
+						d1 = leftoverPhase;
+						leftoverPhase = 0.0f;
+					}
+					else
+					{
+						if (d0 + 1.0f > lineLength)
+						{
+							d1 = lineLength;
+							leftoverPhase = d0 + 1.0f - lineLength;
+						}
+						else
+							d1 = d0 + 1.0f;
+					}
 				}
 				else
 				{
-					if (d0 + 1.0f > lineLength)
-					{
+					if (d1 > lineLength)
 						d1 = lineLength;
-						leftoverPhase = d0 + 1.0f - lineLength;
-					}
-					else
-						d1 = d0 + 1.0f;
 				}
 
 				// set offset for next iteration
@@ -1078,6 +1087,22 @@
 	return verifyTriangleGroupRasterization(surface, triangleScene, args, log, scene.verificationMode, logStash, vulkanLinesTest);
 }
 
+bool verifyMultisampleLineGroupRasterization (const tcu::Surface&						surface,
+											  const LineSceneSpec&						scene,
+											  const RasterizationArguments&				args,
+											  tcu::TestLog&								log,
+											  ClipMode									clipMode,
+											  VerifyTriangleGroupRasterizationLogStash*	logStash,
+											  const bool								vulkanLinesTest,
+											  const bool								strictMode)
+{
+	if (scene.stippleEnable)
+		return verifyMultisampleLineGroupRasterization(surface, scene, args, log, clipMode, logStash, vulkanLinesTest, strictMode, true) ||
+		       verifyMultisampleLineGroupRasterization(surface, scene, args, log, clipMode, logStash, vulkanLinesTest, strictMode, false);
+	else
+		return verifyMultisampleLineGroupRasterization(surface, scene, args, log, clipMode, logStash, vulkanLinesTest, strictMode, true);
+}
+
 static bool verifyMultisampleLineGroupInterpolationInternal (const tcu::Surface&						surface,
 													  const LineSceneSpec&						scene,
 													  const RasterizationArguments&				args,
diff --git a/framework/common/tcuStringTemplate.cpp b/framework/common/tcuStringTemplate.cpp
index 702f949..2813737 100644
--- a/framework/common/tcuStringTemplate.cpp
+++ b/framework/common/tcuStringTemplate.cpp
@@ -44,6 +44,10 @@
 	setString(str);
 }
 
+StringTemplate::StringTemplate (StringTemplate&& other)
+	: m_template(std::move(other.m_template))
+{}
+
 StringTemplate::~StringTemplate (void)
 {
 }
diff --git a/framework/common/tcuStringTemplate.hpp b/framework/common/tcuStringTemplate.hpp
index 8896f47..13c3656 100644
--- a/framework/common/tcuStringTemplate.hpp
+++ b/framework/common/tcuStringTemplate.hpp
@@ -38,6 +38,7 @@
 public:
 						StringTemplate		(void);
 						StringTemplate		(const std::string& str);
+						StringTemplate		(StringTemplate&& other);
 						~StringTemplate		(void);
 
 	void				setString			(const std::string& str);
diff --git a/framework/common/tcuTextureUtil.cpp b/framework/common/tcuTextureUtil.cpp
index a5b27fc..624bc92 100644
--- a/framework/common/tcuTextureUtil.cpp
+++ b/framework/common/tcuTextureUtil.cpp
@@ -32,7 +32,7 @@
 namespace tcu
 {
 
-static inline float sRGBChannelToLinear (float cs)
+float sRGBChannelToLinear (float cs)
 {
 	if (cs <= 0.04045)
 		return cs / 12.92f;
@@ -53,7 +53,7 @@
 	return ((const float*)s_srgb8Lut)[cs];
 }
 
-static inline float linearChannelToSRGB (float cl)
+float linearChannelToSRGB (float cl)
 {
 	if (cl <= 0.0f)
 		return 0.0f;
diff --git a/framework/common/tcuTextureUtil.hpp b/framework/common/tcuTextureUtil.hpp
index 6acc4e2..ed08549 100644
--- a/framework/common/tcuTextureUtil.hpp
+++ b/framework/common/tcuTextureUtil.hpp
@@ -44,6 +44,8 @@
 bool					hasDepthComponent			(TextureFormat::ChannelOrder order);
 
 // sRGB - linear conversion.
+float					linearChannelToSRGB			(float cl);
+float					sRGBChannelToLinear			(float cl);
 Vec4					sRGBToLinear				(const Vec4& cs);
 Vec4					sRGB8ToLinear				(const UVec4& cs);
 Vec4					sRGBA8ToLinear				(const UVec4& cs);
diff --git a/framework/opengl/gluShaderProgram.cpp b/framework/opengl/gluShaderProgram.cpp
index 87f02be..1b58b89 100644
--- a/framework/opengl/gluShaderProgram.cpp
+++ b/framework/opengl/gluShaderProgram.cpp
@@ -549,7 +549,9 @@
 		0,
 		0,
 		0,
-		0
+		0,
+		0,
+		0,
 	};
 	DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_typeMap) == SHADERTYPE_LAST);
 	DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typeMap)));
@@ -571,7 +573,9 @@
 		0,
 		0,
 		0,
-		0
+		0,
+		0,
+		0,
 	};
 	DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_typebitMap) == SHADERTYPE_LAST);
 	DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typebitMap)));
@@ -594,6 +598,8 @@
 		QP_SHADER_TYPE_MISS,
 		QP_SHADER_TYPE_INTERSECTION,
 		QP_SHADER_TYPE_CALLABLE,
+		QP_SHADER_TYPE_TASK,
+		QP_SHADER_TYPE_MESH,
 	};
 	DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_typeMap) == SHADERTYPE_LAST);
 	DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_typeMap)));
@@ -645,6 +651,8 @@
 			{ "MissCompileTime",			"Miss shader compile time"						},
 			{ "IntersectionCompileTime",	"Intersection shader compile time"				},
 			{ "CallableCompileTime",		"Callable shader compile time"					},
+			{ "TaskCompileTime",			"Task shader compile time"						},
+			{ "MeshCompileTime",			"Mesh shader compile time"						},
 		};
 		DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_compileTimeDesc) == SHADERTYPE_LAST);
 
diff --git a/framework/opengl/gluShaderProgram.hpp b/framework/opengl/gluShaderProgram.hpp
index 3c347a3..d194c3a 100644
--- a/framework/opengl/gluShaderProgram.hpp
+++ b/framework/opengl/gluShaderProgram.hpp
@@ -337,6 +337,16 @@
 	CallableSource(const std::string& source_) : ShaderSource(glu::SHADERTYPE_CALLABLE, source_) {}
 };
 
+struct TaskSource : public ShaderSource
+{
+	TaskSource(const std::string& source_) : ShaderSource(glu::SHADERTYPE_TASK, source_) {}
+};
+
+struct MeshSource : public ShaderSource
+{
+	MeshSource(const std::string& source_) : ShaderSource(glu::SHADERTYPE_MESH, source_) {}
+};
+
 struct ProgramSources
 {
 	std::vector<std::string>			sources[SHADERTYPE_LAST];
diff --git a/framework/opengl/gluShaderUtil.cpp b/framework/opengl/gluShaderUtil.cpp
index f2b1b58..c38e326 100644
--- a/framework/opengl/gluShaderUtil.cpp
+++ b/framework/opengl/gluShaderUtil.cpp
@@ -158,6 +158,8 @@
 		"miss",
 		"intersection",
 		"callable",
+		"task",
+		"mesh",
 	};
 
 	DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_names) == SHADERTYPE_LAST);
diff --git a/framework/opengl/gluShaderUtil.hpp b/framework/opengl/gluShaderUtil.hpp
index 860a281..83ad6b2 100644
--- a/framework/opengl/gluShaderUtil.hpp
+++ b/framework/opengl/gluShaderUtil.hpp
@@ -82,6 +82,9 @@
 	SHADERTYPE_INTERSECTION,
 	SHADERTYPE_CALLABLE,
 
+	SHADERTYPE_TASK,
+	SHADERTYPE_MESH,
+
 	SHADERTYPE_LAST
 };
 
diff --git a/framework/qphelper/qpTestLog.c b/framework/qphelper/qpTestLog.c
index b1b3cb1..ae0d5fe 100644
--- a/framework/qphelper/qpTestLog.c
+++ b/framework/qphelper/qpTestLog.c
@@ -249,6 +249,8 @@
 	{ QP_SHADER_TYPE_MISS,				"MissShader"			},
 	{ QP_SHADER_TYPE_INTERSECTION,		"IntersectionShader"	},
 	{ QP_SHADER_TYPE_CALLABLE,			"CallableShader"		},
+	{ QP_SHADER_TYPE_TASK,				"TaskShader"			},
+	{ QP_SHADER_TYPE_MESH,				"MeshShader"			},
 
 	{ QP_SHADER_TYPE_LAST,				DE_NULL					}
 };
diff --git a/framework/qphelper/qpTestLog.h b/framework/qphelper/qpTestLog.h
index 62cd1de..daaf7f6 100644
--- a/framework/qphelper/qpTestLog.h
+++ b/framework/qphelper/qpTestLog.h
@@ -154,6 +154,8 @@
 	QP_SHADER_TYPE_MISS,
 	QP_SHADER_TYPE_INTERSECTION,
 	QP_SHADER_TYPE_CALLABLE,
+	QP_SHADER_TYPE_TASK,
+	QP_SHADER_TYPE_MESH,
 
 	QP_SHADER_TYPE_LAST
 } qpShaderType;
diff --git a/modules/egl/teglGetFrameTimestampsTests.cpp b/modules/egl/teglGetFrameTimestampsTests.cpp
index da916c0..cf6f8bb 100644
--- a/modules/egl/teglGetFrameTimestampsTests.cpp
+++ b/modules/egl/teglGetFrameTimestampsTests.cpp
@@ -633,7 +633,7 @@
 			check_lt<EGLnsecsANDROID>(m_result, 1000000, frame.compositeInterval, "Reported refresh rate greater than 1kHz.");
 			check_lt<EGLnsecsANDROID>(m_result, frame.compositeInterval, 1000000000, "Reported refresh rate less than 1Hz.");
 			check_lt<EGLnsecsANDROID>(m_result, 0, frame.compositeToPresentLatency, "Composite to present latency must be greater than 0.");
-			check_lt(m_result, frame.compositeToPresentLatency, frame.compositeInterval * 3, "Composite to present latency is more than 3 vsyncs.");
+			check_lt(m_result, frame.compositeToPresentLatency, frame.compositeInterval * 4, "Composite to present latency is more than 4 vsyncs.");
 			const EGLnsecsANDROID minDeadline = now;
 			check_lt(m_result, minDeadline, frame.compositeDeadline, "Next composite deadline is in the past.");
 			const EGLnsecsANDROID maxDeadline = now + frame.compositeInterval * 2;
@@ -652,25 +652,25 @@
 			frame.swapBufferBeginNs = getNanoseconds();
 			EGLU_CHECK_CALL(egl, swapBuffers(display, *surface));
 
-			// All timestamps from 5 frames ago should definitely be available.
-			const size_t frameDelay = 5;
+			// All timestamps from 6 frames ago should definitely be available.
+			const size_t frameDelay = 6;
 			if (i >= frameDelay)
 			{
 				// \todo [2017-01-25 brianderson] Remove this work around once reads done is fixed.
 				const bool verifyReadsDone	=	i > (frameDelay + 3);
-				FrameTimes&		frame5ago	=	frameTimes[i-frameDelay];
+				FrameTimes&		frame6ago	=	frameTimes[i-frameDelay];
 				std::vector<EGLnsecsANDROID> supportedValues(supportedNames.size(), 0);
 
 				CHECK_NAKED_EGL_CALL(egl, m_eglGetFrameTimestampsANDROID(
-					display, *surface, frame5ago.frameId, static_cast<eglw::EGLint>(supportedNames.size()),
+					display, *surface, frame6ago.frameId, static_cast<eglw::EGLint>(supportedNames.size()),
 					&supportedNames[0], &supportedValues[0]));
-				populateFrameTimes(&frame5ago, timestamps, supportedValues);
+				populateFrameTimes(&frame6ago, timestamps, supportedValues);
 
-				verifySingleFrame(frame5ago, m_result, verifyReadsDone);
+				verifySingleFrame(frame6ago, m_result, verifyReadsDone);
 				if (i >= frameDelay + 1)
 				{
-					FrameTimes& frame6ago = frameTimes[i-frameDelay-1];
-					verifyNeighboringFrames(frame6ago, frame5ago, m_result);
+					FrameTimes& frame7ago = frameTimes[i-frameDelay-1];
+					verifyNeighboringFrames(frame7ago, frame6ago, m_result);
 				}
 			}
 		}
diff --git a/modules/gles3/functional/es3fDitheringTests.cpp b/modules/gles3/functional/es3fDitheringTests.cpp
index 5e52d9e..a677f22 100644
--- a/modules/gles3/functional/es3fDitheringTests.cpp
+++ b/modules/gles3/functional/es3fDitheringTests.cpp
@@ -105,7 +105,7 @@
 	static const char*						getPatternTypeName			(PatternType type);
 
 private:
-	bool									checkColor					(const tcu::Vec4& inputClr, const tcu::RGBA& renderedClr, bool logErrors) const;
+	bool									checkColor					(const tcu::Vec4& inputClr, const tcu::RGBA& renderedClr, bool logErrors, const bool incTol) const;
 
 	bool									drawAndCheckGradient		(bool isVerticallyIncreasing, const tcu::Vec4& highColor) const;
 	bool									drawAndCheckUnicoloredQuad	(const tcu::Vec4& color) const;
@@ -165,7 +165,7 @@
 	m_renderer = DE_NULL;
 }
 
-bool DitheringCase::checkColor (const Vec4& inputClr, const tcu::RGBA& renderedClr, const bool logErrors) const
+bool DitheringCase::checkColor (const Vec4& inputClr, const tcu::RGBA& renderedClr, const bool logErrors, const bool incTol) const
 {
 	const IVec4		channelBits		= pixelFormatToIVec4(m_renderFormat);
 	bool			allChannelsOk	= true;
@@ -182,6 +182,12 @@
 
 		channelChoices.push_back(de::min(channelMax,	(int)deFloatCeil(scaledInput)));
 		channelChoices.push_back(de::max(0,				(int)deFloatCeil(scaledInput) - 1));
+		// Allow for more tolerance for small dimension render targets
+		if (incTol)
+		{
+			channelChoices.push_back(de::max(0,(int)deFloatCeil(scaledInput) - 2));
+			channelChoices.push_back(de::max(0,(int)deFloatCeil(scaledInput) + 1));
+		}
 
 		// If the input color results in a scaled value that is very close to an integer, account for a little bit of possible inaccuracy.
 		if (useRoundingMargin)
@@ -288,8 +294,9 @@
 			{
 				const float		inputF		= ((float)(isVerticallyIncreasing ? y : x) + 0.5f) / (float)(isVerticallyIncreasing ? renderedImg.getHeight() : renderedImg.getWidth());
 				const Vec4		inputClr	= (1.0f-inputF)*quadClr0 + inputF*quadClr1;
+				const bool              increaseTol     = ((renderedImg.getWidth() < 300) || (renderedImg.getHeight() < 300)) ? true : false;
 
-				if (!checkColor(inputClr, renderedImg.getPixel(x, y), colorChoicesOk))
+				if (!checkColor(inputClr, renderedImg.getPixel(x, y), colorChoicesOk, increaseTol))
 				{
 					errorMask.setPixel(x, y, tcu::RGBA::red());
 
@@ -399,7 +406,7 @@
 		{
 			for (int x = 0; x < renderedImg.getWidth(); x++)
 			{
-				if (!checkColor(quadColor, renderedImg.getPixel(x, y), colorChoicesOk))
+				if (!checkColor(quadColor, renderedImg.getPixel(x, y), colorChoicesOk, false))
 				{
 					errorMask.setPixel(x, y, tcu::RGBA::red());
 
diff --git a/modules/gles31/functional/es31fProgramInterfaceDefinition.cpp b/modules/gles31/functional/es31fProgramInterfaceDefinition.cpp
index 80b120f..5f495a6 100644
--- a/modules/gles31/functional/es31fProgramInterfaceDefinition.cpp
+++ b/modules/gles31/functional/es31fProgramInterfaceDefinition.cpp
@@ -51,12 +51,16 @@
 	glu::SHADERTYPE_TESSELLATION_EVALUATION,
 	glu::SHADERTYPE_GEOMETRY,
 	glu::SHADERTYPE_FRAGMENT,
+
 	glu::SHADERTYPE_RAYGEN,
 	glu::SHADERTYPE_ANY_HIT,
 	glu::SHADERTYPE_CLOSEST_HIT,
 	glu::SHADERTYPE_MISS,
 	glu::SHADERTYPE_INTERSECTION,
 	glu::SHADERTYPE_CALLABLE,
+
+	glu::SHADERTYPE_TASK,
+	glu::SHADERTYPE_MESH,
 };
 
 // s_shaderStageOrder does not contain ShaderType_LAST
diff --git a/modules/gles31/functional/es31fShaderCommonFunctionTests.cpp b/modules/gles31/functional/es31fShaderCommonFunctionTests.cpp
index 2fd66b5..70d2195 100644
--- a/modules/gles31/functional/es31fShaderCommonFunctionTests.cpp
+++ b/modules/gles31/functional/es31fShaderCommonFunctionTests.cpp
@@ -2036,13 +2036,13 @@
 		TCU_SET_INTERVAL(prod2, tmp, tmp = ia.hi() * ib.lo());
 		TCU_SET_INTERVAL(prod3, tmp, tmp = ia.hi() * ib.hi());
 
-		prod = format.convert(format.roundOut(prod0 | prod1 | prod2 | prod3, ia.isFinite() && ib.isFinite()));
+		prod = format.convert(format.roundOut(prod0 | prod1 | prod2 | prod3, ia.isFinite(format.getMaxValue()) && ib.isFinite(format.getMaxValue())));
 
 		TCU_SET_INTERVAL_BOUNDS(res, tmp,
 								tmp = prod.lo() + ic.lo(),
 								tmp = prod.hi() + ic.hi());
 
-		return format.convert(format.roundOut(res, prod.isFinite() && ic.isFinite()));
+		return format.convert(format.roundOut(res, prod.isFinite(format.getMaxValue()) && ic.isFinite(format.getMaxValue())));
 	}
 
 	bool compare (const void* const* inputs, const void* const* outputs)
diff --git a/modules/gles31/functional/es31fSynchronizationTests.cpp b/modules/gles31/functional/es31fSynchronizationTests.cpp
index 2e0ba6e..38f731e 100644
--- a/modules/gles31/functional/es31fSynchronizationTests.cpp
+++ b/modules/gles31/functional/es31fSynchronizationTests.cpp
@@ -388,6 +388,7 @@
 	bool					error				= false;
 
 	gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, m_resultBuf);
+	gl.memoryBarrier(GL_BUFFER_UPDATE_BARRIER_BIT);
 	mapped = gl.mapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, m_workWidth * m_workHeight * sizeof(deInt32), GL_MAP_READ_BIT);
 	GLU_EXPECT_NO_ERROR(gl.getError(), "map buffer");
 
diff --git a/modules/glshared/glsBuiltinPrecisionTests.cpp b/modules/glshared/glsBuiltinPrecisionTests.cpp
index 4c2499b..7b4aba1 100644
--- a/modules/glshared/glsBuiltinPrecisionTests.cpp
+++ b/modules/glshared/glsBuiltinPrecisionTests.cpp
@@ -1927,7 +1927,7 @@
 							 const IArgs&		iargs) const
 	{
 		// Fast-path for common case
-		if (iargs.a.isOrdinary() && iargs.b.isOrdinary())
+		if (iargs.a.isOrdinary(ctx.format.getMaxValue()) && iargs.b.isOrdinary(ctx.format.getMaxValue()))
 		{
 			Interval ret;
 			TCU_SET_INTERVAL_BOUNDS(ret, sum,
@@ -1954,7 +1954,7 @@
 		Interval b = iargs.b;
 
 		// Fast-path for common case
-		if (a.isOrdinary() && b.isOrdinary())
+		if (a.isOrdinary(ctx.format.getMaxValue()) && b.isOrdinary(ctx.format.getMaxValue()))
 		{
 			Interval ret;
 			if (a.hi() < 0)
@@ -2002,7 +2002,7 @@
 	Interval	doApply		(const EvalContext&	ctx, const IArgs& iargs) const
 	{
 		// Fast-path for common case
-		if (iargs.a.isOrdinary() && iargs.b.isOrdinary())
+		if (iargs.a.isOrdinary(ctx.format.getMaxValue()) && iargs.b.isOrdinary(ctx.format.getMaxValue()))
 		{
 			Interval ret;
 
@@ -2487,7 +2487,7 @@
 				ATan2			(void) : CFloatFunc2 ("atan", deAtan2) {}
 
 protected:
-	Interval	innerExtrema	(const EvalContext&,
+	Interval	innerExtrema	(const EvalContext&		ctx,
 								 const Interval&		yi,
 								 const Interval&		xi) const
 	{
@@ -2501,7 +2501,7 @@
 				ret |= Interval(-DE_PI_DOUBLE, DE_PI_DOUBLE);
 		}
 
-		if ((!yi.isFinite() || !xi.isFinite()))
+		if (!yi.isFinite(ctx.format.getMaxValue()) || !xi.isFinite(ctx.format.getMaxValue()))
 		{
 			// Infinities may not be supported, allow anything, including NaN
 			ret |= TCU_NAN;
@@ -3320,7 +3320,7 @@
 	}
 
 protected:
-	IRet	doApply				(const EvalContext&, const IArgs& iargs) const
+	IRet	doApply				(const EvalContext& ctx, const IArgs& iargs) const
 	{
 		Interval	fracIV;
 		Interval&	wholeIV		= const_cast<Interval&>(iargs.b);
@@ -3330,7 +3330,7 @@
 		TCU_INTERVAL_APPLY_MONOTONE1(wholeIV, x, iargs.a, whole,
 									 deModf(x, &intPart); whole = intPart);
 
-		if (!iargs.a.isFinite())
+		if (!iargs.a.isFinite(ctx.format.getMaxValue()))
 		{
 			// Behavior on modf(Inf) not well-defined, allow anything as a fractional part
 			// See Khronos bug 13907
diff --git a/scripts/build_android_mustpass.py b/scripts/build_android_mustpass.py
index ba00ea9..cd79e4d 100644
--- a/scripts/build_android_mustpass.py
+++ b/scripts/build_android_mustpass.py
@@ -128,7 +128,7 @@
 					  required		= True,
 					  filters		= MASTER_GLES3_COMMON_FILTERS,
 					  runtime		= "1h50m",
-					  runByDefault		= False),
+					  runByDefault	= False),
 		Configuration(name			= "master-2020-03-01",
 					  glconfig		= "rgba8888d24s8ms0",
 					  rotation		= "unspecified",
@@ -186,6 +186,11 @@
 					  filters		= MASTER_GLES3_COMMON_FILTERS + [include("gles3-pixelformat.txt"),
 																	 exclude("gles3-pixelformat-issues.txt")],
 					  runtime		= "1m"),
+		# Incremental dEQP
+		Configuration(name			= "incremental-deqp",
+					  filters		= [include("gles3-incremental-deqp.txt")],
+					  runtime		= "5m",
+					  runByDefault	= False),
 	])
 
 MASTER_GLES31_COMMON_FILTERS	= [
@@ -290,6 +295,11 @@
 					  filters				= MASTER_VULKAN_FILTERS + [exclude("vk-master-2019-03-01.txt"), exclude("vk-master-2020-03-01.txt")],
 					  runtime				= "10m",
 					  splitToMultipleFiles	= True),
+		Configuration(name					= "incremental-deqp",
+					  filters				= [include("vk-incremental-deqp.txt")],
+					  runtime				= "5m",
+					  runByDefault			= False,
+					  splitToMultipleFiles	= True),
 	])
 
 MUSTPASS_LISTS				= [